| Index: tests/standalone/io/test_runner_test.dart
|
| diff --git a/tests/standalone/io/test_runner_test.dart b/tests/standalone/io/test_runner_test.dart
|
| index 864a6607415c76316d72fff9fa98f0e3a81a8f37..1bb41df381918d48b745a9ec4a338a86d63a9cfa 100644
|
| --- a/tests/standalone/io/test_runner_test.dart
|
| +++ b/tests/standalone/io/test_runner_test.dart
|
| @@ -102,7 +102,7 @@ class CustomTestSuite extends TestSuite {
|
| void testProcessQueue() {
|
| var maxProcesses = 2;
|
| var maxBrowserProcesses = maxProcesses;
|
| - new ProcessQueue({}, maxProcesses, maxBrowserProcesses,
|
| + new ProcessQueue({'noBatch' : true}, maxProcesses, maxBrowserProcesses,
|
| new DateTime.now(), [new CustomTestSuite()],
|
| [new EventListener()], TestController.finished);
|
| }
|
|
|