| Index: tools/testing/dart/test_runner.dart
|
| diff --git a/tools/testing/dart/test_runner.dart b/tools/testing/dart/test_runner.dart
|
| index 29dc41f50279a9fbeaffbc01ca9ee485cce8c61b..da880bd6af4806978c7871719b19869dbe4f1247 100644
|
| --- a/tools/testing/dart/test_runner.dart
|
| +++ b/tools/testing/dart/test_runner.dart
|
| @@ -1856,7 +1856,7 @@ class BatchRunnerProcess {
|
| },
|
| 'dart2analyzer' : {
|
| // This is a unix shell script, no windows equivalent available
|
| - 'run_executable' : 'pkg/analyzer/bin/analyzer',
|
| + 'run_executable' : 'editor/tools/analyzer',
|
| 'run_arguments' : ['--batch'],
|
| },
|
| };
|
|
|