Chromium Code Reviews| Index: tools/testing/dart/test_suite.dart |
| =================================================================== |
| --- tools/testing/dart/test_suite.dart (revision 5606) |
| +++ tools/testing/dart/test_suite.dart (working copy) |
| @@ -1108,7 +1108,7 @@ |
| case 'frogium': |
| case 'legium': |
| case 'webdriver': |
| - return 'frog/bin/frog$suffix'; |
| + return 'frog/bin/frogsh$suffix'; |
| default: |
| throw "Unknown compiler for: ${configuration['component']}"; |
| } |