| Index: tests/isolate/unresolved_ports_test.dart | 
| =================================================================== | 
| --- tests/isolate/unresolved_ports_test.dart	(revision 12412) | 
| +++ 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('../../pkg/unittest/lib/unittest.dart'); | 
| +#import('../../pkg/unittest/unittest.dart'); | 
|  | 
| // This test does the following: | 
| //  - main spawns two isolates: 'tim' and 'beth' | 
|  |