| Index: tests/isolate/spawn_uri_nested_child1_vm_isolate.dart
|
| diff --git a/tests/isolate/spawn_uri_nested_child1_vm_isolate.dart b/tests/isolate/spawn_uri_nested_child1_vm_isolate.dart
|
| index e1e709dccb23789d3bbc3b2707ab9990d1f8ebc6..26c661703035ad431c0fefaccead7f69c1ea3cf3 100644
|
| --- a/tests/isolate/spawn_uri_nested_child1_vm_isolate.dart
|
| +++ b/tests/isolate/spawn_uri_nested_child1_vm_isolate.dart
|
| @@ -7,7 +7,6 @@
|
| // other isolate's code.
|
| library NestedSpawnUriChild1Library;
|
| import 'dart:isolate';
|
| -import '../../pkg/unittest/lib/unittest.dart';
|
|
|
| main() {
|
| ReceivePort port2 = new ReceivePort();
|
|
|