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

Unified Diff: tests/lib/mirrors/library_imports_a.dart

Issue 189843003: Reapply "Access to imports in the VM's runtime mirrors. Extend test coverage of the source mirrors." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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/lib/mirrors/library_exports_shown_test.dart ('k') | tests/lib/mirrors/library_imports_b.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/mirrors/library_imports_a.dart
diff --git a/tests/compiler/dart2js/path with spaces/library space/lib with spaces.dart b/tests/lib/mirrors/library_imports_a.dart
similarity index 75%
copy from tests/compiler/dart2js/path with spaces/library space/lib with spaces.dart
copy to tests/lib/mirrors/library_imports_a.dart
index 16da6e3295bca2daa89abcf7104d7a492f7cd846..afdc329c609bd174f349ff5df20ebc3783851ec6 100644
--- a/tests/compiler/dart2js/path with spaces/library space/lib with spaces.dart
+++ b/tests/lib/mirrors/library_imports_a.dart
@@ -2,8 +2,7 @@
// 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 spaces;
+library library_imports_a;
-part "part space/part space.dart";
-
-foo() => bar();
+var somethingFromA;
+var somethingFromBoth;
« no previous file with comments | « tests/lib/mirrors/library_exports_shown_test.dart ('k') | tests/lib/mirrors/library_imports_b.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698