Index: tests/standalone/src/ListInputStreamTest.dart |
diff --git a/tests/standalone/src/ListInputStreamTest.dart b/tests/standalone/src/ListInputStreamTest.dart |
index b38b2d80662792b421095ad2b5d5bce64d4008f8..ce9c312bfae90d035bba24e69b283c4f9e3216bb 100644 |
--- a/tests/standalone/src/ListInputStreamTest.dart |
+++ b/tests/standalone/src/ListInputStreamTest.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 testEmptyListInputStream() { |
InputStream stream = new ListInputStream([]); |
ReceivePort donePort = new ReceivePort(); |