| Index: tests/standalone/io/stream_pipe_test.dart
|
| diff --git a/tests/standalone/io/stream_pipe_test.dart b/tests/standalone/io/stream_pipe_test.dart
|
| index 8a1b91052bc6b2baea3133e1c622f192ab953ca4..f1771aef7214c0a499ba1c9581d17bcab56f7d5b 100644
|
| --- a/tests/standalone/io/stream_pipe_test.dart
|
| +++ b/tests/standalone/io/stream_pipe_test.dart
|
| @@ -8,6 +8,7 @@
|
| // VMOptions=--short_socket_read --short_socket_write
|
| library ServerTest;
|
|
|
| +import "package:expect/expect.dart";
|
| import "dart:io";
|
| import "dart:isolate";
|
| part "testing_server.dart";
|
|
|