| Index: tools/testing/dart/test_runner.dart
|
| diff --git a/tools/testing/dart/test_runner.dart b/tools/testing/dart/test_runner.dart
|
| index 20a3deebc2952902ab2d58bf9fad06aceb853c13..324984f3e522b239c4498cc9fef5166b577a0f56 100644
|
| --- a/tools/testing/dart/test_runner.dart
|
| +++ b/tools/testing/dart/test_runner.dart
|
| @@ -778,7 +778,7 @@ class BatchRunnerProcess {
|
| void startTest(TestCase testCase) {
|
| Expect.isNull(_currentTest);
|
| _currentTest = testCase;
|
| - if (_process === null) {
|
| + if (_process == null) {
|
| // Start process if not yet started.
|
| _executable = testCase.commands.last.executable;
|
| _startProcess(() {
|
|
|