| Index: pkg/docgen/test/multi_library_code/lib/test_lib2.dart
|
| diff --git a/tests/language/deferred_shadow_load_library_lib.dart b/pkg/docgen/test/multi_library_code/lib/test_lib2.dart
|
| similarity index 81%
|
| copy from tests/language/deferred_shadow_load_library_lib.dart
|
| copy to pkg/docgen/test/multi_library_code/lib/test_lib2.dart
|
| index e7811aaaf594ef108f931399a08ecb93761ccfdf..d9fa7ee49b2d9c3a08c5098746b69b8560a8ff4e 100644
|
| --- a/tests/language/deferred_shadow_load_library_lib.dart
|
| +++ b/pkg/docgen/test/multi_library_code/lib/test_lib2.dart
|
| @@ -2,6 +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.
|
|
|
| -loadLibrary() => 42;
|
| +library test_lib2;
|
|
|
| -var trueVar = true;
|
| +export 'test_lib2_foo.dart';
|
|
|