Index: tools/testing/dart/test_suite.dart |
diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart |
index 289aaf34b9a05647ecf833d5e6d2b7f6a2665e3a..4aa99f4e044a710bf330ca70044baaea0df790e0 100644 |
--- a/tools/testing/dart/test_suite.dart |
+++ b/tools/testing/dart/test_suite.dart |
@@ -216,21 +216,6 @@ abstract class TestSuite { |
return flutterExecutable; |
} |
- String get dartVmNooptBinaryFileName { |
- // Controlled by user with the option "--dart". |
- String dartExecutable = configuration['dart']; |
- |
- if (dartExecutable == '') { |
- String suffix = executableBinarySuffix; |
- dartExecutable = useSdk |
- ? '$buildDir/dart-sdk/bin/dart_noopt$suffix' |
- : '$buildDir/dart_noopt$suffix'; |
- } |
- |
- TestUtils.ensureExists(dartExecutable, configuration); |
- return dartExecutable; |
- } |
- |
String get dartPrecompiledBinaryFileName { |
// Controlled by user with the option "--dart_precompiled". |
String dartExecutable = configuration['dart_precompiled']; |