Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(984)

Unified Diff: tests/language/export_main_test.dart

Issue 57433004: Re-land "Search for main in the exported names of the main library, not in the library itself." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix package1 test. Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/language/export_main_override_test.dart ('k') | tests/language/language.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/export_main_test.dart
diff --git a/tests/lib/mirrors/library_metadata2_lib2.dart b/tests/language/export_main_test.dart
similarity index 85%
copy from tests/lib/mirrors/library_metadata2_lib2.dart
copy to tests/language/export_main_test.dart
index b8a447f07f4d6e8fc72dfa3825ff0d8d76c6e895..1e920a70e26345dcbad2a163537ddef0c98b4288 100644
--- a/tests/lib/mirrors/library_metadata2_lib2.dart
+++ b/tests/language/export_main_test.dart
@@ -2,5 +2,4 @@
// 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.
-@MyConst()
-library lib2;
+export 'top_level_entry_test.dart';
« no previous file with comments | « tests/language/export_main_override_test.dart ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698