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

Unified Diff: tests/compiler/dart2js/related_types_test.dart

Issue 2944843002: All strong mode cleaning of dart2js. (Closed)
Patch Set: More issues discovered during testing. Created 3 years, 6 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/compiler/dart2js/quarantined/http_test.dart ('k') | tests/compiler/dart2js/resolver_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/related_types_test.dart
diff --git a/tests/compiler/dart2js/related_types_test.dart b/tests/compiler/dart2js/related_types_test.dart
index a2ca1508fe92bd6d2b7d9c8f8a97317bf303c3e3..ecc40d0d3f1bfc9a58288afa53b8d7f8651691ef 100644
--- a/tests/compiler/dart2js/related_types_test.dart
+++ b/tests/compiler/dart2js/related_types_test.dart
@@ -272,7 +272,8 @@ main(List<String> arguments) {
compiler.frontendStrategy.elementEnvironment;
compiler.closeResolution(elementEnvironment.mainFunction);
- void checkMember(MemberElement member) {
+ void checkMember(Element element) {
+ MemberElement member = element;
if (!member.name.startsWith('test_')) return;
collector.clear();
« no previous file with comments | « tests/compiler/dart2js/quarantined/http_test.dart ('k') | tests/compiler/dart2js/resolver_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698