| Index: tests/isolate/nested_spawn2_test.dart
|
| diff --git a/tests/isolate/nested_spawn2_test.dart b/tests/isolate/nested_spawn2_test.dart
|
| index 8964bfeb966468224038e742252814479ef8d47a..74175e3ef4f65e613bf244d324b9c6d5c5d1b0c2 100644
|
| --- a/tests/isolate/nested_spawn2_test.dart
|
| +++ b/tests/isolate/nested_spawn2_test.dart
|
| @@ -8,7 +8,7 @@
|
|
|
| #library('NestedSpawn2Test');
|
| #import("dart:isolate");
|
| -#import('../../pkg/unittest/lib/unittest.dart');
|
| +#import('../../pkg/unittest/unittest.dart');
|
|
|
| void isolateA() {
|
| port.receive((msg, replyTo) {
|
|
|