Index: tests/standalone/typed_data_view_test.dart |
diff --git a/tests/standalone/typed_data_view_test.dart b/tests/standalone/typed_data_view_test.dart |
index 4ac855b2a88fefe40a8cd3c13ca9a736780a1835..5e046ec75f9be9f26d14ace92a8b5c6e6372812d 100644 |
--- a/tests/standalone/typed_data_view_test.dart |
+++ b/tests/standalone/typed_data_view_test.dart |
@@ -7,6 +7,7 @@ |
// Library tag to be able to run in html test framework. |
library TypedDataTest; |
+import "package:expect/expect.dart"; |
import 'dart:typeddata'; |
validate(TypedData list, num expected) { |