| 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 325e41b110d9c00704a8b7b72eb65ff42f02da19..3e4893813d00ad383a06c5b20dd8fdbb2d4aa6b8 100644
|
| --- a/tests/standalone/io/dart_std_io_pipe_test.dart
|
| +++ b/tests/standalone/io/dart_std_io_pipe_test.dart
|
| @@ -10,6 +10,7 @@
|
| // VMOptions=--short_socket_write
|
| // VMOptions=--short_socket_read --short_socket_write
|
|
|
| +import "package:expect/expect.dart";
|
| import "dart:io";
|
| import "process_test_util.dart";
|
|
|
|
|