Chromium Code Reviews| Index: tests/isolate/request_reply_test.dart |
| =================================================================== |
| --- tests/isolate/request_reply_test.dart (revision 10655) |
| +++ tests/isolate/request_reply_test.dart (working copy) |
| @@ -5,7 +5,7 @@ |
| #library("RequestReplyTest"); |
| #import("dart:isolate"); |
| -#import('../../lib/unittest/unittest.dart'); |
| +#import('../../pkg/unittest/unittest.dart'); |
| void entry() { |
| port.receive((message, SendPort replyTo) { |