| Index: tools/testing/dart/test_suite.dart
|
| diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
|
| index 79d5bc49f47637ab54a7fa257f6509ba8244f749..21a99a82c2a4462556dd8d0e0ec78537907c7993 100644
|
| --- a/tools/testing/dart/test_suite.dart
|
| +++ b/tools/testing/dart/test_suite.dart
|
| @@ -2387,19 +2387,6 @@ class TestUtils {
|
| }
|
|
|
| /**
|
| - * Returns the path to the dart binary checked into the repo, used for
|
| - * bootstrapping test.dart.
|
| - */
|
| - static Path get dartTestExecutable {
|
| - var path = '$dartDir/tools/testing/bin/'
|
| - '${Platform.operatingSystem}/dart';
|
| - if (Platform.operatingSystem == 'windows') {
|
| - path = '$path.exe';
|
| - }
|
| - return new Path(path);
|
| - }
|
| -
|
| - /**
|
| * Gets extra options under [key] passed to the testing script.
|
| */
|
| static List<String> getExtraOptions(Map configuration, String key) {
|
|
|