Chromium Code Reviews| Index: tools/testing/dart/test_suite.dart |
| =================================================================== |
| --- tools/testing/dart/test_suite.dart (revision 21037) |
| +++ tools/testing/dart/test_suite.dart (working copy) |
| @@ -182,7 +182,7 @@ |
| case 'dartc': |
| return '$buildDir/analyzer/bin/dart_analyzer$suffix'; |
| case 'dartanalyzer': |
| - return 'sdk/bin/dartanalyzer$suffix'; |
| + return 'sdk/bin/dartanalyzer_developer$suffix'; |
| default: |
| throw "Unknown executable for: ${configuration['compiler']}"; |
| } |