| Index: tests/lib/scalarlist/float32x4_test.dart
|
| diff --git a/tests/lib/scalarlist/float32x4_test.dart b/tests/lib/scalarlist/float32x4_test.dart
|
| index 943f28bd5dc1dab21d8b8391da5530296db81abf..403aa08623ea60429bcffcf8fcfbe17d7b7fb0e3 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();
|
|
|