| Index: tests/lib/typed_data/float32x4_list_test.dart
|
| diff --git a/tests/lib/typeddata/float32x4_list_test.dart b/tests/lib/typed_data/float32x4_list_test.dart
|
| similarity index 99%
|
| rename from tests/lib/typeddata/float32x4_list_test.dart
|
| rename to tests/lib/typed_data/float32x4_list_test.dart
|
| index 4885033c8a4d878a6359043fd599f4e3c240a847..79ffdbc101db308377ace074354c3aba175e8e5b 100644
|
| --- a/tests/lib/typeddata/float32x4_list_test.dart
|
| +++ b/tests/lib/typed_data/float32x4_list_test.dart
|
| @@ -7,7 +7,7 @@
|
| library float32x4_list_test;
|
|
|
| import 'package:expect/expect.dart';
|
| -import 'dart:typeddata';
|
| +import 'dart:typed_data';
|
|
|
| testLoadStore(array) {
|
| Expect.equals(8, array.length);
|
|
|