Index: tests/standalone/typed_data_test.dart |
diff --git a/tests/standalone/typed_data_test.dart b/tests/standalone/typed_data_test.dart |
index cdbf3bf02184953c52e9867c69ed6bf8add36e3d..3745914b02c89c38c8b77e2e09581dd0cebf0cdf 100644 |
--- a/tests/standalone/typed_data_test.dart |
+++ b/tests/standalone/typed_data_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'; |
void testCreateUint8TypedData() { |