Index: tests/standalone/src/ListOutputStreamTest.dart |
diff --git a/tests/standalone/src/ListOutputStreamTest.dart b/tests/standalone/src/ListOutputStreamTest.dart |
index 16c85e12ca94240ebf71b4cda3a5451a3546be3f..aa6b4deca205f053e8463ba2f1203dc80199996c 100644 |
--- a/tests/standalone/src/ListOutputStreamTest.dart |
+++ b/tests/standalone/src/ListOutputStreamTest.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"); |
+ |
void testEmptyListOutputStream1() { |
OutputStream stream = new ListOutputStream(); |
Expect.equals(null, stream.contents()); |