| Index: tests/standalone/io/windows_environment_script.dart
 | 
| diff --git a/tests/standalone/io/windows_environment_script.dart b/tests/standalone/io/windows_environment_script.dart
 | 
| index d94a52cb582f519320579a95f514db50c3770555..99453d4ec7b5c216263c58ad7f36832129b9c39f 100644
 | 
| --- a/tests/standalone/io/windows_environment_script.dart
 | 
| +++ b/tests/standalone/io/windows_environment_script.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() {
 | 
|    var scriptDir = Platform.environment['SCRIPTDIR'];
 | 
| 
 |