| Index: tests/standalone/src/ChunkedStreamTest.dart
|
| diff --git a/tests/standalone/src/ChunkedStreamTest.dart b/tests/standalone/src/ChunkedStreamTest.dart
|
| index 7b69e5189b1d36c2b4bb82317710d59cb69d51dc..67393db1b6af7f2f429da51e690ae0f492a271f7 100644
|
| --- a/tests/standalone/src/ChunkedStreamTest.dart
|
| +++ b/tests/standalone/src/ChunkedStreamTest.dart
|
| @@ -3,6 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| #import("dart:io");
|
| +#import("dart:isolate");
|
|
|
| void test1() {
|
| void testWithChunkSize(var data, int chunkSize, Function testDone) {
|
|
|