| Index: tests/standalone/src/ListInputStreamTest.dart
|
| diff --git a/tests/standalone/src/ListInputStreamTest.dart b/tests/standalone/src/ListInputStreamTest.dart
|
| index e5033bbf4361dc716c0473106aec1a5bf7f5a635..7248592429022b420ee7abf0d523b2f455c22f16 100644
|
| --- a/tests/standalone/src/ListInputStreamTest.dart
|
| +++ b/tests/standalone/src/ListInputStreamTest.dart
|
| @@ -3,6 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| #import("dart:io");
|
| +#import("dart:isolate");
|
|
|
| void testEmptyListInputStream() {
|
| InputStream stream = new ListInputStream();
|
|
|