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

Unified Diff: tests/language/regress_20935_foo.dart

Issue 564403002: Handle implicitly hidden exports. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated cf. comments. Created 6 years, 3 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 | « tests/language/regress_20935_bar.dart ('k') | tests/language/regress_20935_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/regress_20935_foo.dart
diff --git a/tests/language/regress_19413_foo.dart b/tests/language/regress_20935_foo.dart
similarity index 81%
copy from tests/language/regress_19413_foo.dart
copy to tests/language/regress_20935_foo.dart
index aa200baae756d982b561e5d13c0bfebe75c8551d..529fd00edaa1beb3a647c23fd2521af4d691f76f 100644
--- a/tests/language/regress_19413_foo.dart
+++ b/tests/language/regress_20935_foo.dart
@@ -4,6 +4,5 @@
library foo;
-f() {
- print('foo.f()');
-}
+export 'dart:async';
+export 'regress_20935_bar.dart';
« no previous file with comments | « tests/language/regress_20935_bar.dart ('k') | tests/language/regress_20935_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698