| Index: tests/compiler/dart2js/patch_test.dart
|
| diff --git a/tests/compiler/dart2js/patch_test.dart b/tests/compiler/dart2js/patch_test.dart
|
| index f12c2b2293f68ef3b7603f99a1c346e65e22cd66..f7b34ddbb2176a79e873dddd0a707a91b3a26cea 100644
|
| --- a/tests/compiler/dart2js/patch_test.dart
|
| +++ b/tests/compiler/dart2js/patch_test.dart
|
| @@ -920,7 +920,7 @@ Future testPatchAndSelector() async {
|
| """,
|
| runCompiler: true,
|
| analyzeOnly: true);
|
| - ClosedWorld world = compiler.openWorld.closeWorld();
|
| + ClosedWorld world = compiler.openWorld.closeWorld(compiler.reporter);
|
|
|
| ClassElement cls = ensure(
|
| compiler, "A", compiler.commonElements.coreLibrary.find,
|
|
|