| Index: tests/standalone/src/StreamPipeTest.dart
|
| diff --git a/tests/standalone/src/StreamPipeTest.dart b/tests/standalone/src/StreamPipeTest.dart
|
| index c34be03cea8b6e8672ff8ff09be82347ca7d1788..ac952e93ae86587e120886be6905d2637eb27458 100644
|
| --- a/tests/standalone/src/StreamPipeTest.dart
|
| +++ b/tests/standalone/src/StreamPipeTest.dart
|
| @@ -9,6 +9,7 @@
|
|
|
| #library("StreamPipeTest");
|
| #import("dart:io");
|
| +#import("dart:isolate");
|
| #source("TestingServer.dart");
|
|
|
| // Helper method to be able to run the test from the runtime
|
|
|