| 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 8cb16903753e663d190893e8e6462d5fa55cc57f..c897267abdb538e2193544246460f3aeca29a70d 100644
|
| --- a/tests/standalone/io/process_broken_pipe_test.dart
|
| +++ b/tests/standalone/io/process_broken_pipe_test.dart
|
| @@ -10,7 +10,7 @@
|
|
|
| main() {
|
| // Running dart without arguments makes it close right away.
|
| - Process process = new Process.start(new Options().executable, []);
|
| + InteractiveProcess process = Process.start(new Options().executable, []);
|
|
|
| // Ignore error on stdin.
|
| process.stdin.onError = (e) => null;
|
|
|