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

Unified Diff: tests/language/duplicate_export_liba.dart

Issue 25864002: Update handling of exports. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update status Created 7 years, 2 months 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 | « sdk/lib/_internal/compiler/implementation/warnings.dart ('k') | tests/language/duplicate_export_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/duplicate_export_liba.dart
diff --git a/tests/language/prefix24_lib2.dart b/tests/language/duplicate_export_liba.dart
similarity index 78%
copy from tests/language/prefix24_lib2.dart
copy to tests/language/duplicate_export_liba.dart
index d4dd5926cdad3eed1e848993315ad42bfc82028a..7b68d429a325d2f1b5087763766c70c353c35982 100644
--- a/tests/language/prefix24_lib2.dart
+++ b/tests/language/duplicate_export_liba.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 prefix24_lib2;
+library export_liba;
-bar() => "prefix24_lib2_bar";
+export 'duplicate_import_liba.dart';
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/warnings.dart ('k') | tests/language/duplicate_export_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698