Index: tests/standalone/src/PlatformTest.dart |
diff --git a/tests/standalone/src/PlatformTest.dart b/tests/standalone/src/PlatformTest.dart |
index 8796c65b2791122987422ccba788f76a13b9bc4b..b6ea96ea0a2632a9415a811a0214f491f03b459d 100644 |
--- a/tests/standalone/src/PlatformTest.dart |
+++ b/tests/standalone/src/PlatformTest.dart |
@@ -2,6 +2,8 @@ |
// 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"); |
+ |
main() { |
var p = new Platform(); |
Expect.isTrue(p.numberOfProcessors() > 0); |