| Index: tests/isolate/spawn_function_test.dart
|
| diff --git a/tests/isolate/spawn_function_test.dart b/tests/isolate/spawn_function_test.dart
|
| index cb4ba567140ed2a1b7b45d5f04a91a24589e996b..704bdb55dff91c082eccc912b75ccec75300ab2f 100644
|
| --- a/tests/isolate/spawn_function_test.dart
|
| +++ b/tests/isolate/spawn_function_test.dart
|
| @@ -5,7 +5,7 @@
|
| // Example of spawning an isolate from a function.
|
| #library('spawn_tests');
|
| #import('dart:isolate');
|
| -#import('../../pkg/unittest/lib/unittest.dart');
|
| +#import('../../pkg/unittest/unittest.dart');
|
|
|
| child() {
|
| port.receive((msg, reply) => reply.send('re: $msg'));
|
|
|