| Index: tests/isolate/src/IsolateNegativeTest.dart
|
| diff --git a/tests/isolate/src/IsolateNegativeTest.dart b/tests/isolate/src/IsolateNegativeTest.dart
|
| index 8f0e214eab3d1c87297d1ac0746b922f49f3d32a..195e94118f6cf517c18ed141d13a35e057b6646f 100644
|
| --- a/tests/isolate/src/IsolateNegativeTest.dart
|
| +++ b/tests/isolate/src/IsolateNegativeTest.dart
|
| @@ -5,7 +5,8 @@
|
| // Dart test program for testing that isolates are spawned.
|
|
|
| #library('IsolateNegativeTest');
|
| -#import("TestFramework.dart");
|
| +#import('dart:isolate');
|
| +#import('TestFramework.dart');
|
|
|
| class IsolateNegativeTest extends Isolate {
|
| IsolateNegativeTest() : super();
|
|
|