Index: tests/standalone/src/ProcessStderrTest.dart |
diff --git a/tests/standalone/src/ProcessStderrTest.dart b/tests/standalone/src/ProcessStderrTest.dart |
index 17637eb008cf0a6a343d85e0c9830bfe425c518b..c8fbb7f007ea2356c6d36076f8af0adfe5747673 100644 |
--- a/tests/standalone/src/ProcessStderrTest.dart |
+++ b/tests/standalone/src/ProcessStderrTest.dart |
@@ -10,6 +10,7 @@ |
// VMOptions=--short_socket_read --short_socket_write |
#library("ProcessStderrTest"); |
+#import("dart:io"); |
#source("ProcessTestUtil.dart"); |
void test(Process process) { |