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

Unified Diff: tests/lib/typed_data/float64x2_functional_test.dart

Issue 172653002: Unbox/Box Float64x2 and inline typed array loads and stores (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 | « runtime/vm/object.cc ('k') | tests/lib/typed_data/float64x2_typed_list_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/typed_data/float64x2_functional_test.dart
diff --git a/tests/lib/typed_data/float64x2_functional_test.dart b/tests/lib/typed_data/float64x2_functional_test.dart
index 642b42b5b52fbb2b4592d80d3bbcf554a7f6b73b..fb144e7e3d55a98565c90aac8099f04f4aefc45f 100644
--- a/tests/lib/typed_data/float64x2_functional_test.dart
+++ b/tests/lib/typed_data/float64x2_functional_test.dart
@@ -3,8 +3,7 @@
// BSD-style license that can be found in the LICENSE file.
// VMOptions=--deoptimization_counter_threshold=1000 --optimization-counter-threshold=10
-// Library tag to be able to run in html test framework.
-library float32x4_test;
+library float64x2_functional_test;
import "package:expect/expect.dart";
import 'dart:typed_data';
« no previous file with comments | « runtime/vm/object.cc ('k') | tests/lib/typed_data/float64x2_typed_list_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698