| Index: tests/corelib/float32x4_test.dart
|
| diff --git a/runtime/tests/vm/dart/simd128float32_test.dart b/tests/corelib/float32x4_test.dart
|
| similarity index 99%
|
| rename from runtime/tests/vm/dart/simd128float32_test.dart
|
| rename to tests/corelib/float32x4_test.dart
|
| index cac2b63f0f94886012c161692a1e4baab94a0e62..943f28bd5dc1dab21d8b8391da5530296db81abf 100644
|
| --- a/runtime/tests/vm/dart/simd128float32_test.dart
|
| +++ b/tests/corelib/float32x4_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 simd128_float32_test;
|
| +library float32x4_test;
|
|
|
| import 'dart:scalarlist';
|
|
|
|
|