Index: tests/isolate/unresolved_ports_negative_test.dart |
=================================================================== |
--- tests/isolate/unresolved_ports_negative_test.dart (revision 12412) |
+++ tests/isolate/unresolved_ports_negative_test.dart (working copy) |
@@ -5,7 +5,7 @@ |
// negative test to ensure that API_unresolvedPortsTest works. |
#library('unresolved_ports'); |
#import('dart:isolate'); |
-#import('../../pkg/unittest/lib/unittest.dart'); |
+#import('../../pkg/unittest/unittest.dart'); |
bethIsolate() { |
port.receive(expectAsync2((msg, reply) => msg[1].send( |