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 4310d7813639a716f47c2cb8531e3b9585f34cf4..bdbffeb2ec8f775bfd421bd16fad4297b28c6514 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"; |