Index: tests/isolate/spawn_function_negative_test.dart |
diff --git a/tests/isolate/spawn_function_negative_test.dart b/tests/isolate/spawn_function_negative_test.dart |
index 564f57ec54328a2aad69c48d1ec06c4202e0541c..b8435cdd19e44d6ed788f3ed293f274603485ef8 100644 |
--- a/tests/isolate/spawn_function_negative_test.dart |
+++ b/tests/isolate/spawn_function_negative_test.dart |
@@ -5,7 +5,7 @@ |
// Negative test to make sure that we are reaching all assertions. |
#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')); |