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

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

Issue 2314703002: Split World usage into open, inference, and closed world. (Closed)
Patch Set: Updated cf. comments. Created 4 years, 3 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
Index: tests/compiler/dart2js/patch_test.dart
diff --git a/tests/compiler/dart2js/patch_test.dart b/tests/compiler/dart2js/patch_test.dart
index 00245a748b0edb62a631c910d0b9877e7c5392e8..cd74639d47b5a67ae83c6ab8e894878e6b7f3acc 100644
--- a/tests/compiler/dart2js/patch_test.dart
+++ b/tests/compiler/dart2js/patch_test.dart
@@ -944,7 +944,7 @@ Future testPatchAndSelector() async {
}
""",
runCompiler: true, analyzeOnly: true);
- World world = compiler.world;
+ World world = compiler.openWorld;
world.populate();
ClassElement cls = ensure(compiler, "A",

Powered by Google App Engine
This is Rietveld 408576698