| Index: tools/testing/dart/test_runner.dart
|
| diff --git a/tools/testing/dart/test_runner.dart b/tools/testing/dart/test_runner.dart
|
| index f9b07c647457c3f7f9a0b223ff136fc747dd09bb..2309cba33f86bdbfa1a7c11dfcf77aa25b9ddf39 100644
|
| --- a/tools/testing/dart/test_runner.dart
|
| +++ b/tools/testing/dart/test_runner.dart
|
| @@ -473,7 +473,7 @@ class DartcBatchRunnerProcess {
|
| }
|
|
|
| void _startProcess(then) {
|
| - _process = new Process.start(_executable, ['-batch']);
|
| + _process = new Process.start(_executable, ['--batch']);
|
| _stdoutStream = new StringInputStream(_process.stdout);
|
| _stderrStream = new StringInputStream(_process.stderr);
|
| _testStdout = new List<String>();
|
|
|