| Index: tests/standalone/io/test_runner_exit_code_script.dart
|
| diff --git a/tests/standalone/io/test_runner_exit_code_script.dart b/tests/standalone/io/test_runner_exit_code_script.dart
|
| index ca55e4b63495f8d215187aa9c25608afe7f6023e..3bdbb9a163d1d2bc4908483e92814955ffc9bc25 100644
|
| --- a/tests/standalone/io/test_runner_exit_code_script.dart
|
| +++ b/tests/standalone/io/test_runner_exit_code_script.dart
|
| @@ -31,7 +31,7 @@ main() {
|
| progress.allTestsKnown();
|
| progress.start(testCase);
|
| new CommandOutput.fromCase(testCase, dummyCommand, 1, false, false, [], [],
|
| - new Date.now().difference(startTime));
|
| + new Date.now().difference(startTime), false);
|
| progress.done(testCase);
|
| progress.allDone();
|
| }
|
|
|