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

Unified Diff: testing/dart/test_progress.dart

Issue 8773006: Fork test scripts to support special runtime checkout. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/tools/
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
Index: testing/dart/test_progress.dart
===================================================================
--- testing/dart/test_progress.dart (revision 1975)
+++ testing/dart/test_progress.dart (working copy)
@@ -120,6 +120,7 @@
void allDone() {
stdout.write('\n'.charCodes());
+ stdout.close();
}
void _printProgress() {

Powered by Google App Engine
This is Rietveld 408576698