| Index: tests/language/deferred_call_empty_before_load_lib.dart
|
| diff --git a/runtime/lib/async_patch.dart b/tests/language/deferred_call_empty_before_load_lib.dart
|
| similarity index 89%
|
| copy from runtime/lib/async_patch.dart
|
| copy to tests/language/deferred_call_empty_before_load_lib.dart
|
| index 682ee8b10a4ec2d6b8496a5f06496f428819a00e..32dd3765f615a60ec0fec480b33f863eca4162ab 100644
|
| --- a/runtime/lib/async_patch.dart
|
| +++ b/tests/language/deferred_call_empty_before_load_lib.dart
|
| @@ -2,5 +2,4 @@
|
| // 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";
|
| -
|
| +thefun() {}
|
|
|