Index: tests/standalone/src/SocketCloseTest.dart |
diff --git a/tests/standalone/src/SocketCloseTest.dart b/tests/standalone/src/SocketCloseTest.dart |
index fb1df69a5213155e30337bd50dbb203b203a73c4..85dffc3b00d2b615b946b04d226ba1f03817b41e 100644 |
--- a/tests/standalone/src/SocketCloseTest.dart |
+++ b/tests/standalone/src/SocketCloseTest.dart |
@@ -4,6 +4,7 @@ |
// |
// Test socket close events. |
+#import("dart:io"); |
final SERVERSHUTDOWN = -1; |
final ITERATIONS = 10; |