| Index: tools/testing/dart/test_suite.dart
|
| diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
|
| index 40cccd2351b3f7da596d64ba0baf9e7d617b3c1b..1e1e0510277acf6e8847578289a4686500236232 100644
|
| --- a/tools/testing/dart/test_suite.dart
|
| +++ b/tools/testing/dart/test_suite.dart
|
| @@ -185,7 +185,7 @@ abstract class TestSuite {
|
| case 'dartanalyzer':
|
| return 'sdk/bin/dartanalyzer_developer$suffix';
|
| case 'dart2analyzer':
|
| - return 'sdk/bin/dart2analyzer_developer$suffix';
|
| + return 'editor/tools/analyzer_experimental';
|
| default:
|
| throw "Unknown executable for: ${configuration['compiler']}";
|
| }
|
|
|