Chromium Code Reviews| Index: runtime/tests/vm/dart/byte_array_test.dart |
| =================================================================== |
| --- runtime/tests/vm/dart/byte_array_test.dart (revision 18171) |
| +++ runtime/tests/vm/dart/byte_array_test.dart (working copy) |
| @@ -2405,5 +2405,7 @@ |
| } |
| main() { |
| - ByteArrayTest.testMain(); |
| + for (var i=0; i<1000; i++) { |
| + ByteArrayTest.testMain(); |
| + } |
| } |