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