Index: tests/standalone/io/platform_test.dart |
diff --git a/tests/standalone/io/platform_test.dart b/tests/standalone/io/platform_test.dart |
index ada7ff4ddef31e13c3f8639063b42250f35ce2dc..96839e3fdead15b4a12c664a449c606ffe9f13cd 100644 |
--- a/tests/standalone/io/platform_test.dart |
+++ b/tests/standalone/io/platform_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() { |
Expect.isTrue(Platform.numberOfProcessors > 0); |