| Index: tests/lib/typed_data/float32x4_test.dart
|
| diff --git a/tests/lib/typed_data/float32x4_test.dart b/tests/lib/typed_data/float32x4_test.dart
|
| index 7e5753865e7730fbf9fe9f02d4e5a306d4447fcc..782aca44ee23e15ad6365f6bc8eeb204b78ae544 100644
|
| --- a/tests/lib/typed_data/float32x4_test.dart
|
| +++ b/tests/lib/typed_data/float32x4_test.dart
|
| @@ -6,8 +6,8 @@
|
| // Library tag to be able to run in html test framework.
|
| library float32x4_test;
|
|
|
| -import "package:expect/expect.dart";
|
| import 'dart:typed_data';
|
| +import "package:expect/expect.dart";
|
|
|
| testAdd() {
|
| var m = new Float32x4(-1.0, -2.0, -3.0, -4.0);
|
|
|