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

Unified Diff: pkg/front_end/testcases/runtime_checks/dynamic_invocation_of_getter.dart

Issue 3010613003: Simplify annotations in runtime check tests. (Closed)
Patch Set: Address code review comment Created 3 years, 4 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 | « pkg/front_end/testcases/runtime_checks/dynamic_invocation_generic.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/testcases/runtime_checks/dynamic_invocation_of_getter.dart
diff --git a/pkg/front_end/testcases/runtime_checks/dynamic_invocation_of_getter.dart b/pkg/front_end/testcases/runtime_checks/dynamic_invocation_of_getter.dart
index ca23944bbfc4984a57509c11bba28d4b400e672a..0cd7fbe2e8e168769c3d8817e93cad9c6b57debc 100644
--- a/pkg/front_end/testcases/runtime_checks/dynamic_invocation_of_getter.dart
+++ b/pkg/front_end/testcases/runtime_checks/dynamic_invocation_of_getter.dart
@@ -11,7 +11,7 @@ class C {
}
void g(C c) {
- c.f /*@checkCall=dynamic*/ (1.5);
+ c.f /*@callKind=dynamic*/ (1.5);
}
void h(int i) {}
« no previous file with comments | « pkg/front_end/testcases/runtime_checks/dynamic_invocation_generic.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698