| Index: tests/isolate/unresolved_ports_test.dart
|
| ===================================================================
|
| --- tests/isolate/unresolved_ports_test.dart (revision 10655)
|
| +++ tests/isolate/unresolved_ports_test.dart (working copy)
|
| @@ -5,7 +5,7 @@
|
| // spawns multiple isolates and sends unresolved ports between them.
|
| #library('unresolved_ports');
|
| #import('dart:isolate');
|
| -#import('../../lib/unittest/unittest.dart');
|
| +#import('../../pkg/unittest/unittest.dart');
|
|
|
| // This test does the following:
|
| // - main spawns two isolates: 'tim' and 'beth'
|
|
|