| Index: tests/isolate/src/IsolateComplexMessagesTest.dart
|
| diff --git a/tests/isolate/src/IsolateComplexMessagesTest.dart b/tests/isolate/src/IsolateComplexMessagesTest.dart
|
| index 41cc72b337ae59ffeed776f57a608cddc58c4ebb..6b9cfc73d19958b1fe8818b126945ade67829d62 100644
|
| --- a/tests/isolate/src/IsolateComplexMessagesTest.dart
|
| +++ b/tests/isolate/src/IsolateComplexMessagesTest.dart
|
| @@ -5,8 +5,9 @@
|
| // Dart test program for testing isolate communication with
|
| // complex messages.
|
|
|
| -#library("IsolateComplexMessagesTest");
|
| -#import("TestFramework.dart");
|
| +#library('IsolateComplexMessagesTest');
|
| +#import('dart:isolate');
|
| +#import('TestFramework.dart');
|
|
|
|
|
| void test(TestExpectation expect) {
|
|
|