Skip to content

Commit

Permalink
fuzzing: fix typo in fuzzer definitions (#23169)
Browse files Browse the repository at this point in the history
  • Loading branch information
holiman authored Jul 6, 2021
1 parent 5afc82d commit 13bc9c0
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 @@ -102,7 +102,7 @@ compile_fuzzer tests/fuzzers/stacktrie Fuzz fuzzStackTrie
compile_fuzzer tests/fuzzers/difficulty Fuzz fuzzDifficulty
compile_fuzzer tests/fuzzers/abi Fuzz fuzzAbi
compile_fuzzer tests/fuzzers/les Fuzz fuzzLes
compile_fuzzer tests/fuzzers/secp265k1 Fuzz fuzzSecp256k1
compile_fuzzer tests/fuzzers/secp256k1 Fuzz fuzzSecp256k1
compile_fuzzer tests/fuzzers/vflux FuzzClientPool fuzzClientPool

compile_fuzzer tests/fuzzers/bls12381 FuzzG1Add fuzz_g1_add
Expand Down

0 comments on commit 13bc9c0

Please sign in to comment.