Index: tests/standalone/typed_array_test.dart |
diff --git a/tests/standalone/typed_array_test.dart b/tests/standalone/typed_array_test.dart |
index 4532ee1575b170cf7a76291368546441e503be4e..007f9ec1074c6d91cd5327b2444587ce299dbfb1 100644 |
--- a/tests/standalone/typed_array_test.dart |
+++ b/tests/standalone/typed_array_test.dart |
@@ -6,6 +6,7 @@ |
// Library tag to be able to run in html test framework. |
library TypedArray; |
+import "package:expect/expect.dart"; |
import 'dart:isolate'; |
import 'dart:typeddata'; |