Skip to content

Commit c83c2e8

Browse files
committed
fixup! [libevmasm] Add support to import evm assembly json.
1 parent 026ee3b commit c83c2e8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

scripts/ASTImportTest.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -225,13 +225,6 @@ function test_evmjson_import_export_equivalence
225225
fi
226226
done
227227

228-
# Save the original supplied solidity contract sources for potential debugging purposes.
229-
mkdir -p input/
230-
for input_file in "${input_files[@]}"
231-
do
232-
cat "${input_file}" >> "input/$(basename "${input_file}")"
233-
done
234-
235228
mkdir -p imported-from-sol/
236229
for asm_json_file in asm_json/*.json
237230
do

0 commit comments

Comments
 (0)