Chromium Code Reviews| Index: tests/lib/typeddata/float32x4_list_test.dart |
| diff --git a/tests/lib/typeddata/float32x4_list_test.dart b/tests/lib/typeddata/float32x4_list_test.dart |
| index 3fffde02d03afcf311e234be65968d0a97b97608..230d837d8d5a2c7987caace3f0f3eb48e1927c1e 100644 |
| --- a/tests/lib/typeddata/float32x4_list_test.dart |
| +++ b/tests/lib/typeddata/float32x4_list_test.dart |
| @@ -5,6 +5,7 @@ |
| // Library tag to be able to run in html test framework. |
| library float32x4_list_test; |
| +import 'package:expect/expect.dart'; |
| import 'dart:typeddata'; |
| testLoadStore(array) { |