| Index: tools/testing/dart/test_progress.dart
|
| diff --git a/tools/testing/dart/test_progress.dart b/tools/testing/dart/test_progress.dart
|
| index bcc94b4507758a94b897bf606552d7b695c0cdb3..8a5fb80fd6addf8360b1c045b199738737d9fceb 100644
|
| --- a/tools/testing/dart/test_progress.dart
|
| +++ b/tools/testing/dart/test_progress.dart
|
| @@ -239,7 +239,7 @@ class LineProgressIndicator extends ProgressIndicator {
|
|
|
| class VerboseProgressIndicator extends ProgressIndicator {
|
| VerboseProgressIndicator(Date startTime, bool printTiming)
|
| - : super(startTime, bool printTiming);
|
| + : super(startTime, printTiming);
|
|
|
| void _printStartProgress(TestCase test) {
|
| print('Starting ${test.displayName}...');
|
|
|