| Index: tests/lib/typed_data/float32x4_two_arg_shuffle_test.dart
|
| diff --git a/tests/lib/typed_data/float32x4_two_arg_shuffle_test.dart b/tests/lib/typed_data/float32x4_two_arg_shuffle_test.dart
|
| index 9b47e9cba7637550ae80b647d87e6ae0e464ba71..d0df59d77b9a61c320a4ddc996fc3686828e1c68 100644
|
| --- a/tests/lib/typed_data/float32x4_two_arg_shuffle_test.dart
|
| +++ b/tests/lib/typed_data/float32x4_two_arg_shuffle_test.dart
|
| @@ -6,8 +6,8 @@
|
| // Library tag to be able to run in html test framework.
|
| library float32x4_two_arg_shuffle_test;
|
|
|
| -import "package:expect/expect.dart";
|
| import 'dart:typed_data';
|
| +import "package:expect/expect.dart";
|
|
|
| testWithZWInXY() {
|
| Float32x4 a = new Float32x4(1.0, 2.0, 3.0, 4.0);
|
|
|