| Index: tests/isolate/unresolved_ports_negative_test.dart
|
| diff --git a/tests/isolate/unresolved_ports_negative_test.dart b/tests/isolate/unresolved_ports_negative_test.dart
|
| index 67edb0849ca25c3e0f753709662df74b86dfe47a..9875a5733a0a9339051aa748a5fb78485e0c9c53 100644
|
| --- a/tests/isolate/unresolved_ports_negative_test.dart
|
| +++ b/tests/isolate/unresolved_ports_negative_test.dart
|
| @@ -5,7 +5,7 @@
|
| // negative test to ensure that API_unresolvedPortsTest works.
|
| #library('unresolved_ports');
|
| #import('dart:isolate');
|
| -#import('../../pkg/unittest/unittest.dart');
|
| +#import('../../pkg/unittest/lib/unittest.dart');
|
|
|
| bethIsolate() {
|
| port.receive(expectAsync2((msg, reply) => msg[1].send(
|
|
|