| Index: tests/standalone/src/StreamPipeTest.dart
|
| diff --git a/tests/standalone/src/StreamPipeTest.dart b/tests/standalone/src/StreamPipeTest.dart
|
| index 0a313d721c7516ae60b2c37531c2308fe7fe931b..4e9955c59a9a8cc923e52f4659dd272fecf79d8e 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
|
|
|