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