| Index: tools/testing/dart/test_runner.dart
|
| diff --git a/tools/testing/dart/test_runner.dart b/tools/testing/dart/test_runner.dart
|
| index b7b80bb1ed57cf1290ae4b6c1435d609bd91b802..26ef3aaa9a62cfdfd58f88349a70159d535f64d5 100644
|
| --- a/tools/testing/dart/test_runner.dart
|
| +++ b/tools/testing/dart/test_runner.dart
|
| @@ -1201,7 +1201,7 @@ class BatchRunnerProcess {
|
| while (line != null) {
|
| if (line.startsWith('>>> TEST')) {
|
| _status = line;
|
| - } else if (line.startsWith('>>> BATCH START')) {
|
| + } else if (line.startsWith('>>> BATCH')) {
|
| // ignore
|
| } else if (line.startsWith('>>> ')) {
|
| throw new Exception('Unexpected command from dartc batch runner.');
|
|
|