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