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

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
« no previous file with comments | « testing/dart/multitest.dart ('k') | testing/dart/test_suite.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
« no previous file with comments | « testing/dart/multitest.dart ('k') | testing/dart/test_suite.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698