Chromium Code Reviews| Index: tools/testing/dart/test_suite.dart |
| =================================================================== |
| --- tools/testing/dart/test_suite.dart (revision 3665) |
| +++ tools/testing/dart/test_suite.dart (working copy) |
| @@ -857,7 +857,8 @@ |
| } |
| void createTest(successIgnored) { |
| - String d8 = '$buildDir/d8${TestUtils.executableSuffix}'; |
| + String d8 = |
| + "$buildDir/d8${TestUtils.executableSuffix(configuration['component']}"; |
|
Siggi Cherem (dart-lang)
2012/01/27 21:34:49
oops, missing )
|
| List<String> args = <String>[ |
| '-ea', |
| '-classpath', classPath, |