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

Unified Diff: tests/language/larger_implicit_getter_test.dart

Issue 1256543002: Fix analyzer warnings in test case. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/larger_implicit_getter_test.dart
diff --git a/tests/language/larger_implicit_getter_test.dart b/tests/language/larger_implicit_getter_test.dart
index 3727f88397b57e2bab8fcf35b79bd688f1d72757..31c59696c7e618e9a9786c6a8c0ed00d7f5a6b12 100644
--- a/tests/language/larger_implicit_getter_test.dart
+++ b/tests/language/larger_implicit_getter_test.dart
@@ -4091,8 +4091,8 @@ List<List> panels = [
[2364.4759911280776,3842.7700224365044]
];
-@AssumeDynamic
-@NoInline
+@AssumeDynamic()
+@NoInline()
confuse(x) => x;
main() {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698