| Index: tests/isolate/src/Mixed2Test.dart
|
| diff --git a/tests/isolate/src/Mixed2Test.dart b/tests/isolate/src/Mixed2Test.dart
|
| index f1a41da5d1d158e9e7fed8b1e0e63bf9fdcec63d..fcd1b5044229bc46d1df38177dadbf717b9351db 100644
|
| --- a/tests/isolate/src/Mixed2Test.dart
|
| +++ b/tests/isolate/src/Mixed2Test.dart
|
| @@ -5,6 +5,7 @@
|
| // Dart test program for testing that heavy and light isolates can be mixed.
|
|
|
| #library('Mixed2Test');
|
| +#import("dart:isolate");
|
| #import('TestFramework.dart');
|
|
|
| // We want to send a message from the main-isolate to a chain of different
|
|
|