| Index: tests/lib/typed_data/float32x4_unbox_regress_test.dart
|
| diff --git a/tests/lib/typeddata/float32x4_unbox_regress_test.dart b/tests/lib/typed_data/float32x4_unbox_regress_test.dart
|
| similarity index 98%
|
| rename from tests/lib/typeddata/float32x4_unbox_regress_test.dart
|
| rename to tests/lib/typed_data/float32x4_unbox_regress_test.dart
|
| index dd84dfce67b6a82026ea67590c71aede2f7ddbda..ed3897036557414994a70fe747e3921a96fdda0b 100644
|
| --- a/tests/lib/typeddata/float32x4_unbox_regress_test.dart
|
| +++ b/tests/lib/typed_data/float32x4_unbox_regress_test.dart
|
| @@ -7,7 +7,7 @@
|
| library float32x4_unbox_regress_test;
|
|
|
| import 'package:expect/expect.dart';
|
| -import 'dart:typeddata';
|
| +import 'dart:typed_data';
|
|
|
| testListStore(array, index, value) {
|
| array[index] = value;
|
|
|