| Index: tests/compiler/dart2js_extra/deferred_split_lib1.dart
|
| diff --git a/runtime/lib/async_patch.dart b/tests/compiler/dart2js_extra/deferred_split_lib1.dart
|
| similarity index 76%
|
| copy from runtime/lib/async_patch.dart
|
| copy to tests/compiler/dart2js_extra/deferred_split_lib1.dart
|
| index 682ee8b10a4ec2d6b8496a5f06496f428819a00e..195357a4e77ab4ef2fbd6497550cf98494c3c9df 100644
|
| --- a/runtime/lib/async_patch.dart
|
| +++ b/tests/compiler/dart2js_extra/deferred_split_lib1.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 loaded eagerly by deferred_split_test.dart
|
|
|
| +class A<T> {}
|
|
|