Index: tests/standalone/src/StreamPipeTest.dart |
diff --git a/tests/standalone/src/StreamPipeTest.dart b/tests/standalone/src/StreamPipeTest.dart |
index 93082a21e6905ced625815e95325750c95f070bf..c34be03cea8b6e8672ff8ff09be82347ca7d1788 100644 |
--- a/tests/standalone/src/StreamPipeTest.dart |
+++ b/tests/standalone/src/StreamPipeTest.dart |
@@ -8,6 +8,7 @@ |
// VMOptions=--short_socket_read --short_socket_write |
#library("StreamPipeTest"); |
+#import("dart:io"); |
#source("TestingServer.dart"); |
// Helper method to be able to run the test from the runtime |