| Index: tests/isolate/exit_at_spawnuri_iso.dart
|
| diff --git a/runtime/lib/async_patch.dart b/tests/isolate/exit_at_spawnuri_iso.dart
|
| similarity index 85%
|
| copy from runtime/lib/async_patch.dart
|
| copy to tests/isolate/exit_at_spawnuri_iso.dart
|
| index 682ee8b10a4ec2d6b8496a5f06496f428819a00e..9bc892ee55a5886276c53ae4481ec2c1e49a9112 100644
|
| --- a/runtime/lib/async_patch.dart
|
| +++ b/tests/isolate/exit_at_spawnuri_iso.dart
|
| @@ -2,5 +2,6 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -import "dart:_internal";
|
| +library exit_at_spawn_iso;
|
|
|
| +main() {}
|
|
|