Index: tests/standalone/io/process_broken_pipe_test.dart |
diff --git a/tests/standalone/io/process_broken_pipe_test.dart b/tests/standalone/io/process_broken_pipe_test.dart |
index 01451bf5bba39f66e275ba46102a75b9b101309e..7791fd462c5f9c7ce4deab15111e959cf1a46b80 100644 |
--- a/tests/standalone/io/process_broken_pipe_test.dart |
+++ b/tests/standalone/io/process_broken_pipe_test.dart |
@@ -12,7 +12,7 @@ import "process_test_util.dart"; |
main() { |
// Running dart without arguments makes it close right away. |
- var future = Process.start(new Options().executable, []); |
+ var future = Process.start(Platform.executable, []); |
future.then((process) { |
process.stdin.done.catchError((e) { |
// Accept errors on stdin. |