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

Unified Diff: tests/compiler/dart2js/type_mask_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/type_mask_test.dart
diff --git a/tests/compiler/dart2js/type_mask_test.dart b/tests/compiler/dart2js/type_mask_test.dart
index 0547260f9b2b6f8089e2ea6881037da2b8d43f9a..ce5adacd66377cadbd8dc14bc43a8ce6d2968d96 100644
--- a/tests/compiler/dart2js/type_mask_test.dart
+++ b/tests/compiler/dart2js/type_mask_test.dart
@@ -21,7 +21,7 @@ main() {
main() {
Uri uri = new Uri(scheme: 'source');
var compiler = compilerFor(CODE, uri);
- var classWorld = compiler.world;
+ var classWorld = compiler.closedWorld;
asyncTest(() => compiler.run(uri).then((_) {
var classA = findElement(compiler, 'A');
« no previous file with comments | « tests/compiler/dart2js/type_mask_disjoint_test.dart ('k') | tests/compiler/dart2js/type_mask_test_helper.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698