| Index: tests/standalone/io/windows_environment_test.dart
 | 
| diff --git a/tests/standalone/io/windows_environment_test.dart b/tests/standalone/io/windows_environment_test.dart
 | 
| index 34dc2a2e5181b74f6800ccd0a6503784ebda9dd8..222443289e3e23894be5d77ad58494cb7f22dc77 100644
 | 
| --- a/tests/standalone/io/windows_environment_test.dart
 | 
| +++ b/tests/standalone/io/windows_environment_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";
 | 
|  
 | 
|  main() {
 | 
|    if (Platform.operatingSystem != 'windows') return;
 | 
| 
 |