| Index: tests/standalone/src/ListOutputStreamTest.dart
|
| diff --git a/tests/standalone/src/ListOutputStreamTest.dart b/tests/standalone/src/ListOutputStreamTest.dart
|
| index aa6b4deca205f053e8463ba2f1203dc80199996c..5603eea2b7c1cd910083840192b05b4a912049e5 100644
|
| --- a/tests/standalone/src/ListOutputStreamTest.dart
|
| +++ b/tests/standalone/src/ListOutputStreamTest.dart
|
| @@ -3,6 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| #import("dart:io");
|
| +#import("dart:isolate");
|
|
|
| void testEmptyListOutputStream1() {
|
| OutputStream stream = new ListOutputStream();
|
|
|