Index: tests/standalone/io/test_runner_exit_code_test.dart |
diff --git a/tests/standalone/io/test_runner_exit_code_test.dart b/tests/standalone/io/test_runner_exit_code_test.dart |
index ced3acca04b46354a2d0a7f103cc7007b88544b0..34e9d0b8f920a3acfe67726920dd3d575206618e 100644 |
--- a/tests/standalone/io/test_runner_exit_code_test.dart |
+++ b/tests/standalone/io/test_runner_exit_code_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 runTests(String executable, String script, Iterator iterator) { |
if (iterator.hasNext) { |