Chromium Code Reviews| Index: tools/testing/dart/test_progress.dart |
| diff --git a/tools/testing/dart/test_progress.dart b/tools/testing/dart/test_progress.dart |
| index 5c3559d9673d27127e75d614f75d31ce31c23e1d..ce37daf7e3b9cd0e90c1b6aa2e139f9cf5be5c12 100644 |
| --- a/tools/testing/dart/test_progress.dart |
| +++ b/tools/testing/dart/test_progress.dart |
| @@ -119,6 +119,7 @@ class CompactProgressIndicator extends ProgressIndicator { |
| CompactProgressIndicator(Date startTime) : super(startTime); |
| void allDone() { |
| + stdout.write('\n'.charCodes()); |
| } |
| void _printProgress() { |