Skip to content

Commit

Permalink
oss-fuzz: fix abi fuzzer (ethereum#22199)
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusVanDerWijden authored Jan 20, 2021
1 parent 45cb1a5 commit d1301eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oss-fuzz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ compile_fuzzer tests/fuzzers/rlp Fuzz fuzzRlp
compile_fuzzer tests/fuzzers/trie Fuzz fuzzTrie
compile_fuzzer tests/fuzzers/stacktrie Fuzz fuzzStackTrie
compile_fuzzer tests/fuzzers/difficulty Fuzz fuzzDifficulty
compile_fuzzertests/fuzzers/abi Fuzz fuzzAbi
compile_fuzzer tests/fuzzers/abi Fuzz fuzzAbi

compile_fuzzer tests/fuzzers/bls12381 FuzzG1Add fuzz_g1_add
compile_fuzzer tests/fuzzers/bls12381 FuzzG1Mul fuzz_g1_mul
Expand Down

0 comments on commit d1301eb

Please sign in to comment.