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

Unified Diff: tests/lib/scalarlist/float32x4_test.dart

Issue 13093005: Revert 12534006 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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/lib/lib.status ('k') | tests/lib/typeddata/float32x4_list_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/scalarlist/float32x4_test.dart
diff --git a/tests/lib/scalarlist/float32x4_test.dart b/tests/lib/scalarlist/float32x4_test.dart
index 403aa08623ea60429bcffcf8fcfbe17d7b7fb0e3..943f28bd5dc1dab21d8b8391da5530296db81abf 100644
--- a/tests/lib/scalarlist/float32x4_test.dart
+++ b/tests/lib/scalarlist/float32x4_test.dart
@@ -351,13 +351,13 @@ testGetters() {
main() {
for (int i = 0; i < 3000; i++) {
- testAdd();
testGetters();
testSetters();
testBitOperators();
testConversions();
testSelect();
testShuffle();
+ testAdd();
testSub();
testNegate();
testMul();
« no previous file with comments | « tests/lib/lib.status ('k') | tests/lib/typeddata/float32x4_list_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698