| Index: tests/lib/typed_data/int32x4_arithmetic_test.dart
|
| diff --git a/tests/lib/typed_data/int32x4_arithmetic_test.dart b/tests/lib/typed_data/int32x4_arithmetic_test.dart
|
| index 37094f8b774dafb0ea23760eccdf1c105858af9c..0cf81b7d65b598fb719976b07753c85a9db9ef4a 100644
|
| --- a/tests/lib/typed_data/int32x4_arithmetic_test.dart
|
| +++ b/tests/lib/typed_data/int32x4_arithmetic_test.dart
|
| @@ -6,8 +6,8 @@
|
| // Library tag to be able to run in html test framework.
|
| library uint32x4_arithmetic_test;
|
|
|
| -import "package:expect/expect.dart";
|
| import 'dart:typed_data';
|
| +import "package:expect/expect.dart";
|
|
|
| testAdd() {
|
| var m = new Int32x4(0, 0, 0, 0);
|
|
|