Chromium Code Reviews| Index: tools/testing/dart/test_suite.dart |
| =================================================================== |
| --- tools/testing/dart/test_suite.dart (revision 3669) |
| +++ tools/testing/dart/test_suite.dart (working copy) |
| @@ -858,7 +858,7 @@ |
| void createTest(successIgnored) { |
| String d8 = |
| - "$buildDir/d8${TestUtils.executableSuffix(configuration['component']}"; |
| + "$buildDir/d8${TestUtils.executableSuffix(configuration['component'])}"; |
| List<String> args = <String>[ |
| '-ea', |
| '-classpath', classPath, |