| Index: tests/standalone/float_array_test.dart
|
| diff --git a/tests/standalone/float_array_test.dart b/tests/standalone/float_array_test.dart
|
| index 99ffcaba969c7e082f8348fde99853e01fc364a5..c08ecf506cf4ed8c374e0fa332d8de18ad6937a3 100644
|
| --- a/tests/standalone/float_array_test.dart
|
| +++ b/tests/standalone/float_array_test.dart
|
| @@ -7,6 +7,7 @@
|
| // Library tag to be able to run in html test framework.
|
| library FloatArrayTest;
|
|
|
| +import "package:expect/expect.dart";
|
| import 'dart:scalarlist';
|
|
|
| void testCreateFloat32Array() {
|
|
|