| Index: tests/isolate/nested_spawn_test.dart
|
| diff --git a/tests/isolate/nested_spawn_test.dart b/tests/isolate/nested_spawn_test.dart
|
| index b40c89dcb0d2b583caf8a2e381b2346972c861d5..effda56b57e545558271d688b07ce0ac4c3a6e05 100644
|
| --- a/tests/isolate/nested_spawn_test.dart
|
| +++ b/tests/isolate/nested_spawn_test.dart
|
| @@ -6,7 +6,7 @@
|
|
|
| #library('NestedSpawnTest');
|
| #import("dart:isolate");
|
| -#import('../../pkg/unittest/unittest.dart');
|
| +#import('../../pkg/unittest/lib/unittest.dart');
|
|
|
| void isolateA() {
|
| port.receive((msg, replyTo) {
|
|
|