| Index: tests/standalone/io/socket_stream_close_test.dart
 | 
| diff --git a/tests/standalone/io/socket_stream_close_test.dart b/tests/standalone/io/socket_stream_close_test.dart
 | 
| index ad68f2d38a307bdff4d998bcea0a586a50f1134c..b6fa345c4d99cd0efceb89e1d62d53a88d4fec76 100644
 | 
| --- a/tests/standalone/io/socket_stream_close_test.dart
 | 
| +++ b/tests/standalone/io/socket_stream_close_test.dart
 | 
| @@ -9,8 +9,8 @@
 | 
|  //
 | 
|  // Test socket close events.
 | 
|  
 | 
| -#import("dart:io");
 | 
| -#import("dart:isolate");
 | 
| +import "dart:io";
 | 
| +import "dart:isolate";
 | 
|  
 | 
|  const SERVERSHUTDOWN = -1;
 | 
|  const ITERATIONS = 10;
 | 
| 
 |