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

Unified Diff: runtime/tests/vm/dart/simd128float32_array_test.dart

Issue 12347002: Fix dartium build by fixing SIMD tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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 | « no previous file | runtime/tests/vm/dart/simd128float32_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/tests/vm/dart/simd128float32_array_test.dart
diff --git a/runtime/tests/vm/dart/simd128float32_array_test.dart b/runtime/tests/vm/dart/simd128float32_array_test.dart
index 54616e6138c19cb1474c8ec1b1a7e0fdc52120fb..44f4591c7c90e70fbe9c59b05adb8af895eaf65d 100644
--- a/runtime/tests/vm/dart/simd128float32_array_test.dart
+++ b/runtime/tests/vm/dart/simd128float32_array_test.dart
@@ -2,6 +2,9 @@
// for details. All rights reserved. Use of this source code is governed by a
// 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;
+
import 'dart:scalarlist';
testLoadStore(array) {
@@ -60,4 +63,4 @@ main() {
for (int i = 0; i < 3000; i++) {
testLoadStore(list);
}
-}
+}
« no previous file with comments | « no previous file | runtime/tests/vm/dart/simd128float32_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698