Index: tests/isolate/spawn_uri_nested_child2_vm_isolate.dart |
diff --git a/tests/isolate/spawn_uri_nested_child2_vm_isolate.dart b/tests/isolate/spawn_uri_nested_child2_vm_isolate.dart |
index d9b9b7e81db2c5923293afb03c2600f39d2b6b28..a6c90b8fcd213ac74b163a8d9ddbc99f1b5d83f0 100644 |
--- a/tests/isolate/spawn_uri_nested_child2_vm_isolate.dart |
+++ b/tests/isolate/spawn_uri_nested_child2_vm_isolate.dart |
@@ -4,6 +4,7 @@ |
// Child isolate code to be spawned from a URI to this file. |
library NestedSpawnUriChild2Library; |
+ |
import 'dart:isolate'; |
void main(List<String> args, SendPort replyTo) { |