Index: tests/standalone/src/SocketCloseTest.dart |
diff --git a/tests/standalone/src/SocketCloseTest.dart b/tests/standalone/src/SocketCloseTest.dart |
index fb1df69a5213155e30337bd50dbb203b203a73c4..cb2d69d0a249992bf41f949f2158d067601aa2b6 100644 |
--- a/tests/standalone/src/SocketCloseTest.dart |
+++ b/tests/standalone/src/SocketCloseTest.dart |
@@ -4,11 +4,11 @@ |
// |
// Test socket close events. |
+#import("dart:io"); |
final SERVERSHUTDOWN = -1; |
final ITERATIONS = 10; |
- |
class SocketClose { |
SocketClose.start(mode) |