Browse Source

oss-fuzz: fix abi fuzzer (#22199)

Marius van der Wijden 4 năm trước cách đây
mục cha
commit
d1301eb0df
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      oss-fuzz.sh

+ 1 - 1
oss-fuzz.sh

@@ -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