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

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

Issue 111643012: Partially implement LibraryMirror.topLevelMembers. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years 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/lib.status ('k') | tests/lib/mirrors/toplevel_members_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/mirrors/synthetic_accessor_properties_test.dart
diff --git a/tests/lib/mirrors/synthetic_accessor_properties_test.dart b/tests/lib/mirrors/synthetic_accessor_properties_test.dart
index fc96b6d6c667b6df002c63c2837476ee03d28c40..215d3a30a8e6a56a3309b723c36a04afb3157600 100644
--- a/tests/lib/mirrors/synthetic_accessor_properties_test.dart
+++ b/tests/lib/mirrors/synthetic_accessor_properties_test.dart
@@ -68,7 +68,6 @@ main() {
mm = cm.staticMembers[const Symbol('finalStaticField=')];
Expect.isNull(mm);
- return; /// 01: ok
mm = lm.topLevelMembers[#topLevelField];
expect('Method(s(topLevelField) in s(test.synthetic_accessor_properties),'
@@ -93,6 +92,8 @@ main() {
mm = lm.topLevelMembers[const Symbol('finalTopLevelField=')];
Expect.isNull(mm);
+ return; /// 01: ok
+
mm = lm.topLevelMembers[#C];
expect('Method(s(C) in s(test.synthetic_accessor_properties),'
' top-level, synthetic, static, getter)', mm);
« no previous file with comments | « tests/lib/lib.status ('k') | tests/lib/mirrors/toplevel_members_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698