소스 검색

oss-fuzz: fix abi fuzzer (#22199)

Marius van der Wijden 4 년 전
부모
커밋
d1301eb0df
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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