Skip to content

Commit 258ce1c

Browse files
committed
resolc: Request the bytecode in the output selection
Signed-off-by: Cyrill Leutwiler <[email protected]>
1 parent 9fd6a8d commit 258ce1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/compiler/src/revive_resolc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ impl SolidityCompiler for Resolc {
172172
.collect(),
173173
},
174174
remappings: BTreeSet::<String>::new(),
175-
output_selection: SolcStandardJsonInputSettingsSelection::new_required(),
175+
output_selection: SolcStandardJsonInputSettingsSelection::new_required_for_tests(),
176176
via_ir: Some(true),
177177
optimizer: SolcStandardJsonInputSettingsOptimizer::new(
178178
optimization

0 commit comments

Comments
 (0)