Index: tests/lib/typeddata/float32x4_test.dart |
diff --git a/tests/lib/typeddata/float32x4_test.dart b/tests/lib/typeddata/float32x4_test.dart |
index deb0ce862b48f3fe0544a6d23ccfa2b9bba662c9..490009a2d2964b483c09e926405a93ab933e8c24 100644 |
--- a/tests/lib/typeddata/float32x4_test.dart |
+++ b/tests/lib/typeddata/float32x4_test.dart |
@@ -5,6 +5,7 @@ |
// Library tag to be able to run in html test framework. |
library float32x4_test; |
+import "package:expect/expect.dart"; |
import 'dart:typeddata'; |
testAdd() { |