Index: tests/standalone/io/http_head_test.dart |
diff --git a/tests/standalone/io/http_head_test.dart b/tests/standalone/io/http_head_test.dart |
index 24efb9168b36a838b76b688f3a8ca007047d6a49..a1f91ec8d495623f55946fd55336d84abab5413b 100644 |
--- a/tests/standalone/io/http_head_test.dart |
+++ b/tests/standalone/io/http_head_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 testHEAD(int totalConnections) { |
HttpServer server = new HttpServer(); |