| Index: tests/isolate/spawn_uri_vm_test.dart
|
| diff --git a/tests/isolate/spawn_uri_vm_test.dart b/tests/isolate/spawn_uri_vm_test.dart
|
| index 7fbb20c187cf3a0f413a7a6f97a3fe3895a0f902..04b8a6595f9d2499054e03a45dfe66079820db6e 100644
|
| --- a/tests/isolate/spawn_uri_vm_test.dart
|
| +++ b/tests/isolate/spawn_uri_vm_test.dart
|
| @@ -8,7 +8,7 @@
|
| // OtherScripts=spawn_uri_child_isolate.dart
|
| library spawn_tests;
|
| import 'dart:isolate';
|
| -import '../../pkg/unittest/lib/unittest.dart';
|
| +import 'package:unittest/unittest.dart';
|
|
|
| main() {
|
| test('isolate fromUri - send and reply', () {
|
| @@ -21,3 +21,4 @@ main() {
|
| ['hi'], port.sendPort);
|
| });
|
| }
|
| +
|
|
|