| Index: tools/testing/dart/test_progress.dart
|
| diff --git a/tools/testing/dart/test_progress.dart b/tools/testing/dart/test_progress.dart
|
| index 5eac74a9c3dcea5095c2719d98a053d5e4e113e7..659fef5bae43a20c89975686430a8b78801b7a71 100644
|
| --- a/tools/testing/dart/test_progress.dart
|
| +++ b/tools/testing/dart/test_progress.dart
|
| @@ -344,8 +344,8 @@ class TestFailurePrinter extends EventListener {
|
|
|
| void allDone() {
|
| if (_printSummary) {
|
| - print('\n=== Failure summary:\n');
|
| if (!_failureSummary.isEmpty) {
|
| + print('\n=== Failure summary:\n');
|
| for (String line in _failureSummary) {
|
| print(line);
|
| }
|
|
|