Index: tests/standalone/src/ProcessStdoutTest.dart |
diff --git a/tests/standalone/src/ProcessStdoutTest.dart b/tests/standalone/src/ProcessStdoutTest.dart |
index 6aa1e53fc4c384a8135aca46275e5e04f71b335e..eb783efd32956fb5bb843e20775e5589374d14d4 100644 |
--- a/tests/standalone/src/ProcessStdoutTest.dart |
+++ b/tests/standalone/src/ProcessStdoutTest.dart |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
+// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
// 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. |
// |
@@ -10,6 +10,7 @@ |
// VMOptions=--short_socket_read --short_socket_write |
#library("ProcessStdoutTest"); |
+#import("dart:io"); |
#source("ProcessTestUtil.dart"); |
void test(Process process) { |