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

Unified Diff: tools/test.dart

Issue 8662004: Update test scripts to deal with current VM behavior on optional constructor arguments. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 1 month 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
« no previous file with comments | « tests/standalone/src/TestRunnerTest.dart ('k') | tools/testing/dart/test_options.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/test.dart
diff --git a/tools/test.dart b/tools/test.dart
index 89014cf25f2bc7bc114bd2ad80af8dc3c53c2b7f..e2d82bee94eb4f5bed84b44772875ab6b130e7f9 100755
--- a/tools/test.dart
+++ b/tools/test.dart
@@ -27,6 +27,7 @@ void activityStarted() {
void activityCompleted() {
--pendingActivities;
+ print(pendingActivities);
Søren Gjesse 2011/11/23 09:57:46 Accidental edit.
}
void exitIfLastActivity() {
« no previous file with comments | « tests/standalone/src/TestRunnerTest.dart ('k') | tools/testing/dart/test_options.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698