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

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

Issue 196953007: Fix LibraryMirror.invoke to call through the contents of an implicit getter. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: split multitest for easier marking of dart2js partial failures 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/lib.status ('k') | tests/lib/mirrors/invoke_call_through_getter_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/mirrors/invoke_call_through_getter_previously_accessed_test.dart
diff --git a/tests/lib/mirrors/invoke_call_through_getter_test.dart b/tests/lib/mirrors/invoke_call_through_getter_previously_accessed_test.dart
similarity index 98%
copy from tests/lib/mirrors/invoke_call_through_getter_test.dart
copy to tests/lib/mirrors/invoke_call_through_getter_previously_accessed_test.dart
index 71dca685971d1aa2a189395bb5eb7b34ac2ebb51..0f9c591321aa8a6bf84c46c84591acf397f486ee 100644
--- a/tests/lib/mirrors/invoke_call_through_getter_test.dart
+++ b/tests/lib/mirrors/invoke_call_through_getter_previously_accessed_test.dart
@@ -130,6 +130,7 @@ testLibraryReflective() {
}
main() {
+ // Access the getters/closures at the base level in this variant.
testInstanceBase();
testInstanceReflective();
testClassBase();
« no previous file with comments | « tests/lib/lib.status ('k') | tests/lib/mirrors/invoke_call_through_getter_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698