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

Unified Diff: tests/lib_strong/mirrors/invocation_fuzz_test.dart

Issue 2779843004: Fix top-level inference errors for most of the newly failing tests. (Closed)
Patch Set: Created 3 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_strong/lib_strong.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib_strong/mirrors/invocation_fuzz_test.dart
diff --git a/tests/lib_strong/mirrors/invocation_fuzz_test.dart b/tests/lib_strong/mirrors/invocation_fuzz_test.dart
index 32749e7b2ee534b9ed25d5b8d48463718cddd58e..166d7288e28ff17b426a67fdd9aba48e647b315d 100644
--- a/tests/lib_strong/mirrors/invocation_fuzz_test.dart
+++ b/tests/lib_strong/mirrors/invocation_fuzz_test.dart
@@ -68,7 +68,7 @@ class Task {
var action;
}
-var queue = new List();
+var queue = new List<Task>();
checkMethod(MethodMirror m, ObjectMirror target, [origin]) {
if (isBlacklisted(m.qualifiedName)) return;
« no previous file with comments | « tests/lib_strong/lib_strong.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698