| 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 6bae6c34643a62b1471ddfba778c405eb51c7710..59a267025e2eb6c836429172c11e4e924a7e2936 100644
|
| --- a/runtime/tests/vm/dart/byte_array_test.dart
|
| +++ b/runtime/tests/vm/dart/byte_array_test.dart
|
| @@ -2,6 +2,9 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +// Library tag to be able to run in html test framework.
|
| +#library("ByteArrayTest.dart");
|
| +
|
| #import('dart:scalarlist');
|
|
|
| class ByteArrayTest {
|
|
|