mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
test_via_ir_equivalence(): Remove unnecessary filter for asm_output_two_stage
- This bit will never actually appear in the output file.
This commit is contained in:
parent
17aacfdb6a
commit
bcdb41f743
@ -339,7 +339,7 @@ function test_via_ir_equivalence()
|
||||
|
||||
local asm_output_two_stage asm_output_via_ir
|
||||
for asm_file in $(find . -name "${output_file_prefix}*.asm" | sort -V); do
|
||||
asm_output_two_stage+=$(sed '/^asm_output_two_stage:$/d' "$asm_file" | sed '/^=======/d')
|
||||
asm_output_two_stage+=$(sed '/^=======/d')
|
||||
done
|
||||
|
||||
asm_output_via_ir=$(
|
||||
|
Loading…
Reference in New Issue
Block a user