Chromium Code Reviews| Index: lib/unittest/unittest.dart |
| =================================================================== |
| --- lib/unittest/unittest.dart (revision 10086) |
| +++ lib/unittest/unittest.dart (working copy) |
| @@ -722,6 +722,7 @@ |
| trace == null ? '' : trace.toString()); |
| } |
| } |
| + _nextTestCase(); |
|
Siggi Cherem (dart-lang)
2012/08/01 00:11:16
I'm thinking more about this, and I don't know if
|
| } |
| /** |