Chromium Code Reviews| Index: dart/tests/lib/mirrors/library_metadata2_lib1.dart |
| diff --git a/dart/tests/language/reexport_core_helper.dart b/dart/tests/lib/mirrors/library_metadata2_lib1.dart |
| similarity index 77% |
| copy from dart/tests/language/reexport_core_helper.dart |
| copy to dart/tests/lib/mirrors/library_metadata2_lib1.dart |
| index 49798aa483b6602490991fcd368dda37d9566f20..75149b362cf1e9803301c1695339c392496d7dcf 100644 |
| --- a/dart/tests/language/reexport_core_helper.dart |
| +++ b/dart/tests/lib/mirrors/library_metadata2_lib1.dart |
| @@ -2,7 +2,9 @@ |
| // 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 reexport_core_helper; |
| - |
| -export 'dart:core'; |
| +@MyConst() |
| +library lib1; |
| +class MyConst { |
| + const MyConst(); |
| +} |