| Index: tools/testing/dart/test_suite.dart
|
| diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
|
| index 533c01cb6b56da39412e76586007cb5f2d742482..fd67ebf12285386a679b0a18f4565398e71d86de 100644
|
| --- a/tools/testing/dart/test_suite.dart
|
| +++ b/tools/testing/dart/test_suite.dart
|
| @@ -218,7 +218,7 @@ abstract class TestSuite {
|
|
|
| if (dartExecutable == null || dartExecutable == '') {
|
| String suffix = executableBinarySuffix;
|
| - dartExecutable = '$buildDir/dart_precompiled$suffix';
|
| + dartExecutable = '$buildDir/dart_precompiled_runtime$suffix';
|
| }
|
|
|
| TestUtils.ensureExists(dartExecutable, configuration);
|
|
|