| Index: runtime/tests/vm/dart/byte_array_test.dart
|
| diff --git a/runtime/tests/vm/dart/byte_array_test.dart b/runtime/tests/vm/dart/byte_array_test.dart
|
| index d9843657021721761b6e67c4578e6caefe8ed227..832d1d814616fddb4b13882409680da1c475bea0 100644
|
| --- a/runtime/tests/vm/dart/byte_array_test.dart
|
| +++ b/runtime/tests/vm/dart/byte_array_test.dart
|
| @@ -5,6 +5,7 @@
|
| // Library tag to be able to run in html test framework.
|
| library byte_array_test;
|
|
|
| +import "package:expect/expect.dart";
|
| import 'dart:scalarlist';
|
|
|
| class ByteArrayTest {
|
|
|