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

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

Issue 2349163003: Move towards using WorldImpact for codegen (Closed)
Patch Set: Cleanup. 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 89b98964e3c6d4ca540c1d26651d53e7812d9872..a7767a426cba98f0944081740c9cb1ef7d450f07 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);
- ClosedWorld world = compiler.openWorld.populate();
+ ClosedWorld world = compiler.openWorld.closeWorld();
ClassElement cls = ensure(compiler, "A",
compiler.commonElements.coreLibrary.find, expectIsPatched: true);

Powered by Google App Engine
This is Rietveld 408576698