Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(146)

Unified Diff: tests/corelib/float32x4_test.dart

Issue 12450011: Move Float32x4 tests out of runtime/vm/tests into tests/standalone (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Move tests to corelib Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/corelib/float32x4_list_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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';
« no previous file with comments | « tests/corelib/float32x4_list_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698