Chromium Code Reviews| Index: tests/language/try_catch3_test.dart |
| =================================================================== |
| --- tests/language/try_catch3_test.dart (revision 22436) |
| +++ tests/language/try_catch3_test.dart (working copy) |
| @@ -113,5 +113,7 @@ |
| } |
| main() { |
| - TryCatchTest.testMain(); |
| + for (var i = 0; i < 2000; i++) { |
|
srdjan
2013/05/07 17:34:05
Optional: you can make the loop smaller and add op
|
| + TryCatchTest.testMain(); |
| + } |
| } |