| Index: tools/testing/dart/compiler_configuration.dart
|
| diff --git a/tools/testing/dart/compiler_configuration.dart b/tools/testing/dart/compiler_configuration.dart
|
| index 791474c891ee97a285643cda438063be987fcb22..891a33bcf4b8e22fb38755613b631fa55ac126cf 100644
|
| --- a/tools/testing/dart/compiler_configuration.dart
|
| +++ b/tools/testing/dart/compiler_configuration.dart
|
| @@ -394,5 +394,5 @@ class DartBasedAnalyzerCompilerConfiguration
|
| 'dart2analyzer', isDebug: isDebug, isChecked: isChecked,
|
| isHostChecked: isHostChecked, useSdk: useSdk);
|
|
|
| - String computeCompilerPath(String buildDir) => 'pkg/analyzer/bin/analyzer';
|
| + String computeCompilerPath(String buildDir) => 'editor/tools/analyzer';
|
| }
|
|
|