Index: tests/isolate/spawn_function_test.dart |
diff --git a/tests/isolate/spawn_function_test.dart b/tests/isolate/spawn_function_test.dart |
index 704bdb55dff91c082eccc912b75ccec75300ab2f..cb4ba567140ed2a1b7b45d5f04a91a24589e996b 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/unittest.dart'); |
+#import('../../pkg/unittest/lib/unittest.dart'); |
child() { |
port.receive((msg, reply) => reply.send('re: $msg')); |