fuzzing: fix typo in fuzzer definitions (#23169)
This commit is contained in:
parent
5afc82de6e
commit
13bc9c0c6e
@ -102,7 +102,7 @@ compile_fuzzer tests/fuzzers/stacktrie Fuzz fuzzStackTrie
|
|||||||
compile_fuzzer tests/fuzzers/difficulty Fuzz fuzzDifficulty
|
compile_fuzzer tests/fuzzers/difficulty Fuzz fuzzDifficulty
|
||||||
compile_fuzzer tests/fuzzers/abi Fuzz fuzzAbi
|
compile_fuzzer tests/fuzzers/abi Fuzz fuzzAbi
|
||||||
compile_fuzzer tests/fuzzers/les Fuzz fuzzLes
|
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/vflux FuzzClientPool fuzzClientPool
|
||||||
|
|
||||||
compile_fuzzer tests/fuzzers/bls12381 FuzzG1Add fuzz_g1_add
|
compile_fuzzer tests/fuzzers/bls12381 FuzzG1Add fuzz_g1_add
|
||||||
|
Loading…
Reference in New Issue
Block a user