| Index: tests/compiler/dart2js/kernel/closed_world_from_dill_test.dart
|
| diff --git a/tests/compiler/dart2js/kernel/closed_world_from_dill_test.dart b/tests/compiler/dart2js/kernel/closed_world_from_dill_test.dart
|
| index 1ccef1a94b6d641c717388193fd224d160650c67..e9311743152a5295cc3e845a1681b1796b232307 100644
|
| --- a/tests/compiler/dart2js/kernel/closed_world_from_dill_test.dart
|
| +++ b/tests/compiler/dart2js/kernel/closed_world_from_dill_test.dart
|
| @@ -139,7 +139,8 @@ Future<ResultKind> mainInternal(List<String> args,
|
| ClosedWorld closedWorld1 = compiler1.resolutionWorldBuilder.closeWorld();
|
|
|
| Compiler compiler2 = await compileWithDill(
|
| - entryPoint, const {}, [Flags.analyzeOnly, Flags.enableAssertMessage],
|
| + entryPoint: entryPoint,
|
| + options: [Flags.analyzeOnly, Flags.enableAssertMessage],
|
| printSteps: true);
|
|
|
| KernelFrontEndStrategy frontendStrategy = compiler2.frontendStrategy;
|
|
|