| Index: tools/testing/dart/test_runner.dart
|
| diff --git a/tools/testing/dart/test_runner.dart b/tools/testing/dart/test_runner.dart
|
| index cd2a22f37b2dbe346b08f91d1282d061626d41dd..5527d0381635f0be5b2979fdc5389ebf19342b94 100644
|
| --- a/tools/testing/dart/test_runner.dart
|
| +++ b/tools/testing/dart/test_runner.dart
|
| @@ -1389,7 +1389,7 @@ class BatchRunnerProcess {
|
| },
|
| 'dart2analyzer' : {
|
| // This is a unix shell script, no windows equivalent available
|
| - 'run_executable' : 'editor/tools/analyzer_experimental',
|
| + 'run_executable' : 'editor/tools/analyzer',
|
| 'run_arguments' : ['--batch'],
|
| 'terminate_command' : null,
|
| },
|
|
|