| Index: tests/standalone/src/FileOutputStreamTest.dart
|
| diff --git a/tests/standalone/src/FileOutputStreamTest.dart b/tests/standalone/src/FileOutputStreamTest.dart
|
| index 847d93cea8c64e615b4045b963d4fe0460c16737..b9c51667ba15bc160151ca2138f7fc996c6ac7fe 100644
|
| --- a/tests/standalone/src/FileOutputStreamTest.dart
|
| +++ b/tests/standalone/src/FileOutputStreamTest.dart
|
| @@ -4,6 +4,7 @@
|
| // Testing file input stream, VM-only, standalone test.
|
|
|
| #import("dart:io");
|
| +#import("dart:isolate");
|
|
|
| void testOpenOutputStreamSync() {
|
| Directory tempDirectory = new Directory('');
|
|
|