Index: tests/standalone/src/SocketExceptionTest.dart |
diff --git a/tests/standalone/src/SocketExceptionTest.dart b/tests/standalone/src/SocketExceptionTest.dart |
index 562bae4779c06e1d51c4e4171c7acbdb52bc12ec..edc78d0723169e6b9e0d902903e01c931dc7987e 100644 |
--- a/tests/standalone/src/SocketExceptionTest.dart |
+++ b/tests/standalone/src/SocketExceptionTest.dart |
@@ -4,6 +4,8 @@ |
// |
// Tests socket exceptions. |
+#import("dart:io"); |
+ |
class SocketExceptionTest { |
static final PORT = 0; |