| Index: tests/standalone/byte_array_test.dart
|
| diff --git a/tests/standalone/byte_array_test.dart b/tests/standalone/byte_array_test.dart
|
| index 0a98a958f6313cb3a43c02cec784cc118a06ee67..2f60f29d18995376bba405495ea19845989a6886 100644
|
| --- a/tests/standalone/byte_array_test.dart
|
| +++ b/tests/standalone/byte_array_test.dart
|
| @@ -4,6 +4,9 @@
|
| //
|
| // Dart test program for testing native byte arrays.
|
|
|
| +// Library tag to be able to run in html test framework.
|
| +#library("ByteArrayTest.dart");
|
| +
|
| #import('dart:scalarlist');
|
|
|
| void testCreateByteArray() {
|
|
|