| 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",
|
|
|