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