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

Unified Diff: dart/tests/async_helper.dart

Issue 19571007: Print unittest-suite-success to signal success (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 5 months 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/async_helper.dart
diff --git a/dart/tests/async_helper.dart b/dart/tests/async_helper.dart
index c1b8273c9df4a98f394552fd38612b7bdea1babf..f1a84b369f782285c87d0250fa5ef5ece290a8b3 100644
--- a/dart/tests/async_helper.dart
+++ b/dart/tests/async_helper.dart
@@ -58,6 +58,6 @@ void asyncEnd() {
if (_asyncLevel == 0) {
_port.close();
_port = null;
- print('unittest-suite-done');
+ print('unittest-suite-success');
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698