Index: tests/standalone/io/file_input_stream_test.dart |
diff --git a/tests/standalone/io/file_input_stream_test.dart b/tests/standalone/io/file_input_stream_test.dart |
index 1b7475d6f8af1b0d9fe832ea11f3288c8d50e457..70834fddc9050192b57c5c42ffbe4f02b5b214b5 100644 |
--- a/tests/standalone/io/file_input_stream_test.dart |
+++ b/tests/standalone/io/file_input_stream_test.dart |
@@ -3,8 +3,8 @@ |
// BSD-style license that can be found in the LICENSE file. |
// Testing file input stream, VM-only, standalone test. |
-#import("dart:io"); |
-#import("dart:isolate"); |
+import "dart:io"; |
+import "dart:isolate"; |
// Helper method to be able to run the test from the runtime |
// directory, or the top directory. |