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

Unified Diff: tests/compiler/dart2js/kernel/visitor_test.dart

Issue 2942763002: Late night strong mode cleaning. (Closed)
Patch Set: 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/kernel/impact_test.dart ('k') | tests/compiler/dart2js/location_collector_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/kernel/visitor_test.dart
diff --git a/tests/compiler/dart2js/kernel/visitor_test.dart b/tests/compiler/dart2js/kernel/visitor_test.dart
index 8c78f754188f7066599fab44d58eb929c6b71e57..661c134c1ceb4dd426d6ce66b8d634988c711887 100644
--- a/tests/compiler/dart2js/kernel/visitor_test.dart
+++ b/tests/compiler/dart2js/kernel/visitor_test.dart
@@ -105,7 +105,7 @@ Future<Compiler> newCompiler() async {
var loadedLibraries =
await compiler.libraryLoader.loadLibrary(Uri.parse('dart:core'));
compiler.processLoadedLibraries(loadedLibraries);
- var core = loadedLibraries.rootLibrary;
+ dynamic core = loadedLibraries.rootLibrary;
compiler.startResolution();
var cls = core.implementation.localLookup('Iterator');
cls.ensureResolved(compiler.resolution);
« no previous file with comments | « tests/compiler/dart2js/kernel/impact_test.dart ('k') | tests/compiler/dart2js/location_collector_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698