Index: tests/standalone/io/regress_7679_test.dart |
diff --git a/tests/standalone/io/regress_7679_test.dart b/tests/standalone/io/regress_7679_test.dart |
index 30b45d37f9ad86f5405a815cc596df9dfaf5c264..9f4c324e18dab10c860034762c20cd7ae95262e0 100644 |
--- a/tests/standalone/io/regress_7679_test.dart |
+++ b/tests/standalone/io/regress_7679_test.dart |
@@ -34,7 +34,7 @@ main() { |
}); |
} |
"""); |
- String executable = new File(new Options().executable).fullPathSync(); |
+ String executable = new File(Platform.executable).fullPathSync(); |
Process.run(executable, ['script.dart'], workingDirectory: temp.path) |
.then((result) { |
temp.deleteSync(recursive: true); |