| Index: tests/standalone/io/http_connection_info_test.dart
 | 
| diff --git a/tests/standalone/io/http_connection_info_test.dart b/tests/standalone/io/http_connection_info_test.dart
 | 
| index 0583d608fb45f887e8371915cdbac50d2ed0b61e..627d0fc911bc00789219ffc213902138c33720d4 100644
 | 
| --- a/tests/standalone/io/http_connection_info_test.dart
 | 
| +++ b/tests/standalone/io/http_connection_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 testHttpConnectionInfo() {
 | 
|    HttpServer server = new HttpServer();
 | 
| 
 |