| 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 78a24f5b939ddc0dd433a6ddf8ae98119369d244..e39e65ea709706ef51562f364b2618e578464967 100644
|
| --- a/tests/standalone/io/dart_std_io_pipe_test.dart
|
| +++ b/tests/standalone/io/dart_std_io_pipe_test.dart
|
| @@ -11,7 +11,7 @@
|
| // VMOptions=--short_socket_read --short_socket_write
|
|
|
| import "dart:io";
|
| -part "process_test_util.dart";
|
| +import "process_test_util.dart";
|
|
|
| void checkFileEmpty(String fileName) {
|
| RandomAccessFile pipeOut = new File(fileName).openSync();
|
|
|