diff --git a/crates/compiler/src/revive_resolc.rs b/crates/compiler/src/revive_resolc.rs index 734f19e..fe3ae2f 100644 --- a/crates/compiler/src/revive_resolc.rs +++ b/crates/compiler/src/revive_resolc.rs @@ -172,7 +172,8 @@ impl SolidityCompiler for Resolc { .collect(), }, remappings: BTreeSet::::new(), - output_selection: SolcStandardJsonInputSettingsSelection::new_required(), + output_selection: + SolcStandardJsonInputSettingsSelection::new_required_for_tests(), via_ir: Some(true), optimizer: SolcStandardJsonInputSettingsOptimizer::new( optimization