| Index: tests/isolate/cross_isolate_message_test.dart
 | 
| diff --git a/tests/isolate/cross_isolate_message_test.dart b/tests/isolate/cross_isolate_message_test.dart
 | 
| index 9676c341ac73b0df6788d09db0a6accd1b4a7c71..b1419ba1ef0791825f60e9ba11f50fabd2f53082 100644
 | 
| --- a/tests/isolate/cross_isolate_message_test.dart
 | 
| +++ b/tests/isolate/cross_isolate_message_test.dart
 | 
| @@ -7,7 +7,7 @@
 | 
|  
 | 
|  #library('CrossIsolateMessageTest');
 | 
|  #import('dart:isolate');
 | 
| -#import('../../pkg/unittest/unittest.dart');
 | 
| +#import('../../pkg/unittest/lib/unittest.dart');
 | 
|  
 | 
|  void crossIsolate1() {
 | 
|    port.receive((msg, replyTo) {
 | 
| 
 |