| Index: tests/isolate/unresolved_ports_test.dart
|
| diff --git a/tests/isolate/unresolved_ports_test.dart b/tests/isolate/unresolved_ports_test.dart
|
| index 27eacc059f034ad17fd634a7a9436b5f3b0e13a8..5dfe3fcd0b5492550820355b93c82f0c3859b320 100644
|
| --- a/tests/isolate/unresolved_ports_test.dart
|
| +++ b/tests/isolate/unresolved_ports_test.dart
|
| @@ -5,7 +5,7 @@
|
| // spawns multiple isolates and sends unresolved ports between them.
|
| #library('unresolved_ports');
|
| #import('dart:isolate');
|
| -#import('../../pkg/unittest/lib/unittest.dart');
|
| +#import('../../pkg/unittest/unittest.dart');
|
|
|
| // This test does the following:
|
| // - main spawns two isolates: 'tim' and 'beth'
|
|
|