| Index: tests/standalone/package/scenarios/packages_file_strange_formatting/qu:ux/quux.dart
|
| diff --git a/tests/lib/mirrors/typedef_library.dart b/tests/standalone/package/scenarios/packages_file_strange_formatting/qu:ux/quux.dart
|
| similarity index 86%
|
| copy from tests/lib/mirrors/typedef_library.dart
|
| copy to tests/standalone/package/scenarios/packages_file_strange_formatting/qu:ux/quux.dart
|
| index fcb3231612c0219e91e8b17b9983f6576c20f351..3da3e26a3e6d455781db5c2dd2324558aeb8df74 100644
|
| --- a/tests/lib/mirrors/typedef_library.dart
|
| +++ b/tests/standalone/package/scenarios/packages_file_strange_formatting/qu:ux/quux.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 quux;
|
|
|
| -typedef G();
|
| +String quux = 'quux';
|
|
|