Index: tests/standalone/int_array_test.dart |
diff --git a/tests/standalone/int_array_test.dart b/tests/standalone/int_array_test.dart |
index bebc2ef684a8dd923cc07e95bf0589d822771e64..3712a4275cd66fcfacdcd1f02b7224abe7488073 100644 |
--- a/tests/standalone/int_array_test.dart |
+++ b/tests/standalone/int_array_test.dart |
@@ -7,6 +7,7 @@ |
// Library tag to be able to run in html test framework. |
library IntArrayTest; |
+import "package:expect/expect.dart"; |
import 'dart:typeddata'; |
void testInt16() { |