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