Index: tests/standalone/io/socket_info_test.dart |
diff --git a/tests/standalone/io/socket_info_test.dart b/tests/standalone/io/socket_info_test.dart |
index 0d36140c2094b2891cb865548796e2f092c3ad1d..e35eab6b8242ce6c47ddb721bb5b70bb26e30000 100644 |
--- a/tests/standalone/io/socket_info_test.dart |
+++ b/tests/standalone/io/socket_info_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 testHostAndPort() { |
ServerSocket server = new ServerSocket("127.0.0.1", 0, 5); |