| Index: tests/lib/typed_data/float32x4_test.dart
|
| diff --git a/tests/lib/typeddata/float32x4_test.dart b/tests/lib/typed_data/float32x4_test.dart
|
| similarity index 99%
|
| rename from tests/lib/typeddata/float32x4_test.dart
|
| rename to tests/lib/typed_data/float32x4_test.dart
|
| index 490009a2d2964b483c09e926405a93ab933e8c24..9dbaab4c0b19c151e40585d4719437fe394e99fe 100644
|
| --- a/tests/lib/typeddata/float32x4_test.dart
|
| +++ b/tests/lib/typed_data/float32x4_test.dart
|
| @@ -6,7 +6,7 @@
|
| library float32x4_test;
|
|
|
| import "package:expect/expect.dart";
|
| -import 'dart:typeddata';
|
| +import 'dart:typed_data';
|
|
|
| testAdd() {
|
| var m = new Float32x4(-1.0, -2.0, -3.0, -4.0);
|
|
|