| Index: tools/testing/dart/test_progress.dart
|
| diff --git a/tools/testing/dart/test_progress.dart b/tools/testing/dart/test_progress.dart
|
| index 63e17b7a7c1f7cb2d9a93b087e4804069668936f..df4daaf4a43ddaea8273098c486d3624812eeb08 100644
|
| --- a/tools/testing/dart/test_progress.dart
|
| +++ b/tools/testing/dart/test_progress.dart
|
| @@ -129,8 +129,8 @@ class ProgressIndicator {
|
| for (var s in test.output.diagnostics) {
|
| output.add('$prefix ${s}');
|
| prefix = ' ';
|
| - }
|
| - }
|
| + }
|
| + }
|
| if (!test.output.stdout.isEmpty()) {
|
| output.add('');
|
| output.add('stdout:');
|
|
|