Index: tests/isolate/spawn_function_negative_test.dart |
=================================================================== |
--- tests/isolate/spawn_function_negative_test.dart (revision 12412) |
+++ tests/isolate/spawn_function_negative_test.dart (working copy) |
@@ -5,7 +5,7 @@ |
// Negative test to make sure that we are reaching all assertions. |
#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')); |