Index: tests/standalone/io/socket_port_test.dart |
diff --git a/tests/standalone/io/socket_port_test.dart b/tests/standalone/io/socket_port_test.dart |
index 94f3669fae9a4bafb1a202f9e33285ac2f439411..841e1444f4b30eb7dccdd6dce3e53fbf56eeedd1 100644 |
--- a/tests/standalone/io/socket_port_test.dart |
+++ b/tests/standalone/io/socket_port_test.dart |
@@ -2,7 +2,7 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
-#import("dart:io"); |
+import "dart:io"; |
void testPort() { |
ServerSocket server = new ServerSocket("127.0.0.1", 0, 5); |