We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fd6a8d commit 258ce1cCopy full SHA for 258ce1c
crates/compiler/src/revive_resolc.rs
@@ -172,7 +172,7 @@ impl SolidityCompiler for Resolc {
172
.collect(),
173
},
174
remappings: BTreeSet::<String>::new(),
175
- output_selection: SolcStandardJsonInputSettingsSelection::new_required(),
+ output_selection: SolcStandardJsonInputSettingsSelection::new_required_for_tests(),
176
via_ir: Some(true),
177
optimizer: SolcStandardJsonInputSettingsOptimizer::new(
178
optimization
0 commit comments