| Index: tests/standalone/byte_array_test.dart
|
| diff --git a/tests/standalone/byte_array_test.dart b/tests/standalone/byte_array_test.dart
|
| index 5b29c7a5eb3998ac9c0897d0c8de0446fbb03b5f..63780c4509c0308e4b7f96257978b196388134ee 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() {
|
|
|