Index: tests/standalone/io/dart_std_io_pipe_test.dart |
diff --git a/tests/standalone/io/dart_std_io_pipe_test.dart b/tests/standalone/io/dart_std_io_pipe_test.dart |
index e3dfec0057ea55c20ca00bac002d5bb2156a990f..cc37115afaf4e1ebce546adce5def41a8d836b64 100644 |
--- a/tests/standalone/io/dart_std_io_pipe_test.dart |
+++ b/tests/standalone/io/dart_std_io_pipe_test.dart |
@@ -39,7 +39,7 @@ void test(String shellScript, String dartScript, String type, bool devNull) { |
String pipeOutFile = "${dir.path}/pipe"; |
if (devNull) pipeOutFile = "/dev/null"; |
String redirectOutFile = "${dir.path}/redirect"; |
- String executable = new Options().executable; |
+ String executable = Platform.executable; |
List args = |
[executable, |
dartScript, |