| Index: tests/standalone/package/scenarios/both_dir_and_file/foo/foo.dart
|
| diff --git a/tests/lib/mirrors/typedef_library.dart b/tests/standalone/package/scenarios/both_dir_and_file/foo/foo.dart
|
| similarity index 86%
|
| copy from tests/lib/mirrors/typedef_library.dart
|
| copy to tests/standalone/package/scenarios/both_dir_and_file/foo/foo.dart
|
| index fcb3231612c0219e91e8b17b9983f6576c20f351..d9d42ab3b32e8f110007a017b5273204324a35dc 100644
|
| --- a/tests/lib/mirrors/typedef_library.dart
|
| +++ b/tests/standalone/package/scenarios/both_dir_and_file/foo/foo.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.
|
|
|
| -library bar;
|
| +library foo;
|
|
|
| -typedef G();
|
| +String bar = 'good';
|
|
|