| Index: tests/isolate/spawn_uri_nested_vm_test.dart
|
| diff --git a/tests/isolate/spawn_uri_nested_vm_test.dart b/tests/isolate/spawn_uri_nested_vm_test.dart
|
| index c1b084df5564f3c0e45d3075ac192f37ec06281f..91b413c324fecb1cccb0c8c59129755367c40414 100644
|
| --- a/tests/isolate/spawn_uri_nested_vm_test.dart
|
| +++ b/tests/isolate/spawn_uri_nested_vm_test.dart
|
| @@ -8,7 +8,7 @@
|
| // OtherScripts=spawn_uri_nested_child1_vm_isolate.dart spawn_uri_nested_child2_vm_isolate.dart
|
| library NestedSpawnUriLibrary;
|
| import 'dart:isolate';
|
| -import '../../pkg/unittest/lib/unittest.dart';
|
| +import 'package:unittest/unittest.dart';
|
|
|
| main() {
|
| test('isolate fromUri - nested send and reply', () {
|
|
|