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

Unified Diff: tests/compiler/dart2js/jsinterop/world_test.dart

Issue 2577423002: Further reduce use of Compiler.closedWorld. (Closed)
Patch Set: Created 4 years 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/issue13354_test.dart ('k') | tests/compiler/dart2js/kernel/try_catch_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/jsinterop/world_test.dart
diff --git a/tests/compiler/dart2js/jsinterop/world_test.dart b/tests/compiler/dart2js/jsinterop/world_test.dart
index 074860f0945313d297829c39fa6e80deb021e421..0337799b5824323602950e4251c2898cd5d0e83e 100644
--- a/tests/compiler/dart2js/jsinterop/world_test.dart
+++ b/tests/compiler/dart2js/jsinterop/world_test.dart
@@ -87,7 +87,7 @@ $mainSource
return cls;
}
- ClosedWorld world = env.compiler.closedWorld;
+ ClosedWorld world = env.closedWorld;
JavaScriptBackend backend = env.compiler.backend;
ClassElement Object_ = registerClass(env.compiler.coreClasses.objectClass);
ClassElement Interceptor =
« no previous file with comments | « tests/compiler/dart2js/issue13354_test.dart ('k') | tests/compiler/dart2js/kernel/try_catch_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698