| Index: tests/isolate/request_reply_test.dart
|
| diff --git a/tests/isolate/request_reply_test.dart b/tests/isolate/request_reply_test.dart
|
| index 753564e7f13cd9e534c8975b542e79ba4cb6567a..bfbe69b886f8bf8d50bf627d2e78a6b83c76e651 100644
|
| --- a/tests/isolate/request_reply_test.dart
|
| +++ b/tests/isolate/request_reply_test.dart
|
| @@ -5,7 +5,7 @@
|
| #library("RequestReplyTest");
|
|
|
| #import("dart:isolate");
|
| -#import('../../pkg/unittest/unittest.dart');
|
| +#import('../../pkg/unittest/lib/unittest.dart');
|
|
|
| void entry() {
|
| port.receive((message, SendPort replyTo) {
|
|
|