| Index: tools/testing/dart/test_runner.dart
|
| diff --git a/tools/testing/dart/test_runner.dart b/tools/testing/dart/test_runner.dart
|
| index 482b7fdd6389b6c58d0c1f3883282fc7496af6b9..7f88becee9db5218beb79e3b0270647a1d791324 100644
|
| --- a/tools/testing/dart/test_runner.dart
|
| +++ b/tools/testing/dart/test_runner.dart
|
| @@ -789,7 +789,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(() {
|
|
|