| Index: tools/testing/dart/test_progress.dart
|
| diff --git a/tools/testing/dart/test_progress.dart b/tools/testing/dart/test_progress.dart
|
| index af5caf6479a5b2d91a5abea5785ce09a23f61680..5eac74a9c3dcea5095c2719d98a053d5e4e113e7 100644
|
| --- a/tools/testing/dart/test_progress.dart
|
| +++ b/tools/testing/dart/test_progress.dart
|
| @@ -310,7 +310,7 @@ class LeftOverTempDirPrinter extends EventListener {
|
| }
|
| }
|
|
|
| -class LineProgressIndicator extends EventListener {
|
| +class LineProgressIndicator extends EventListener implements ProgressIndicator {
|
| void done(TestCase test) {
|
| var status = 'pass';
|
| if (test.lastCommandOutput.unexpectedOutput) {
|
|
|