Index: tools/testing/dart/runtime_configuration.dart |
diff --git a/tools/testing/dart/runtime_configuration.dart b/tools/testing/dart/runtime_configuration.dart |
index 87fd0f5d9708ca129e9e505ea8117b3b332a4c55..5fb10072938cea0a8d36607266846cfc408e2569 100644 |
--- a/tools/testing/dart/runtime_configuration.dart |
+++ b/tools/testing/dart/runtime_configuration.dart |
@@ -234,9 +234,7 @@ class StandaloneDartRuntimeConfiguration extends DartVmRuntimeConfiguration { |
type != 'application/dart-snapshot') { |
throw "Dart VM cannot run files of type '$type'."; |
} |
- String executable = suite.configuration['noopt'] |
- ? suite.dartVmNooptBinaryFileName |
- : suite.dartVmBinaryFileName; |
+ String executable = suite.dartVmBinaryFileName; |
return <Command>[ |
commandBuilder.getVmCommand(executable, arguments, environmentOverrides) |
]; |