| Index: tests/standalone/byte_array_test.dart
|
| diff --git a/tests/standalone/byte_array_test.dart b/tests/standalone/byte_array_test.dart
|
| index dd5e2325dd778dc96853f4232e8ec8a9d1375a54..5ad75bc8ee142f82abe4c585aacaff1e8c934357 100644
|
| --- a/tests/standalone/byte_array_test.dart
|
| +++ b/tests/standalone/byte_array_test.dart
|
| @@ -7,6 +7,7 @@
|
| // Library tag to be able to run in html test framework.
|
| library ByteArrayTest;
|
|
|
| +import "package:expect/expect.dart";
|
| import 'dart:scalarlist';
|
|
|
| void testCreateUint8ByteArray() {
|
|
|