Chromium Code Reviews| Index: tests/isolate/nested_spawn_test.dart |
| =================================================================== |
| --- tests/isolate/nested_spawn_test.dart (revision 10655) |
| +++ tests/isolate/nested_spawn_test.dart (working copy) |
| @@ -6,7 +6,7 @@ |
| #library('NestedSpawnTest'); |
| #import("dart:isolate"); |
| -#import('../../lib/unittest/unittest.dart'); |
| +#import('../../pkg/unittest/unittest.dart'); |
| void isolateA() { |
| port.receive((msg, replyTo) { |