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

Unified Diff: tests/language/export_double_same_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
Index: tests/language/export_double_same_main_test.dart
diff --git a/pkg/shadow_dom/lib/src/platform/platform-init.js b/tests/language/export_double_same_main_test.dart
similarity index 73%
copy from pkg/shadow_dom/lib/src/platform/platform-init.js
copy to tests/language/export_double_same_main_test.dart
index 4e83afc8c5fafb541d0e44d97fbd3621ddba5040..68ad6003113b5c22e47951df8cda586fddf59b56 100644
--- a/pkg/shadow_dom/lib/src/platform/platform-init.js
+++ b/tests/language/export_double_same_main_test.dart
@@ -2,4 +2,5 @@
// 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.
-var Platform = {};
+export 'top_level_entry_test.dart';
+export 'export_main_test.dart' show main;
« no previous file with comments | « tests/language/export_ambiguous_main_negative_test.dart ('k') | tests/language/export_main_override_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698