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

Unified Diff: client/testing/unittest/unittest.dart

Issue 8905021: Dartest CL - Please review (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 years 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
Index: client/testing/unittest/unittest.dart
===================================================================
--- client/testing/unittest/unittest.dart (revision 2358)
+++ client/testing/unittest/unittest.dart (working copy)
@@ -31,7 +31,7 @@
_state = _UNCAUGHT_ERROR;
if (testCase.callbacks > 0) {
_currentTest++;
- _nextBatch();
+ _testRunner();
}
}
}

Powered by Google App Engine
This is Rietveld 408576698