| Index: tools/testing/dart/test_runner.dart
|
| diff --git a/tools/testing/dart/test_runner.dart b/tools/testing/dart/test_runner.dart
|
| index 03a744630d7b4335fe67a7c12f70d416f865a23c..52ba4b74c375dca7cc812418c9eab04fb58dce5e 100644
|
| --- a/tools/testing/dart/test_runner.dart
|
| +++ b/tools/testing/dart/test_runner.dart
|
| @@ -3257,7 +3257,7 @@ class ProcessQueue {
|
| eventFinishedTestCase(finishedTestCase);
|
| }
|
| }, onDone: () {
|
| - // Wait until the commandQueue/execturo is done (it may need to stop
|
| + // Wait until the commandQueue/exectutor is done (it may need to stop
|
| // batch runners, browser controllers, ....)
|
| commandQueue.done.then((_) {
|
| cancelDebugTimer();
|
|
|