| Index: tests/corelib/float32x4_list_test.dart
|
| diff --git a/runtime/tests/vm/dart/simd128float32_array_test.dart b/tests/corelib/float32x4_list_test.dart
|
| similarity index 98%
|
| rename from runtime/tests/vm/dart/simd128float32_array_test.dart
|
| rename to tests/corelib/float32x4_list_test.dart
|
| index 44f4591c7c90e70fbe9c59b05adb8af895eaf65d..2073aff035df83a148e0057b72707233bb98d3ba 100644
|
| --- a/runtime/tests/vm/dart/simd128float32_array_test.dart
|
| +++ b/tests/corelib/float32x4_list_test.dart
|
| @@ -3,7 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| // Library tag to be able to run in html test framework.
|
| -library simd128float32_array_test;
|
| +library float32x4_list_test;
|
|
|
| import 'dart:scalarlist';
|
|
|
|
|