Skip to content

Commit 8821492

Browse files
python3-libraries: fix build of decode fuzzer (#15317)
The dictionary was removed in python/library-fuzzers@148cf5d when we re-wrote the fuzzer.
1 parent de989d7 commit 8821492

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

projects/python3-libraries/build.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ zip -j $OUT/fuzzer-csv_seed_corpus.zip corp-csv/*
9090
cp $SRC/library-fuzzers/fuzzer-decode $OUT/
9191
cp $SRC/library-fuzzers/decode.py $OUT/
9292
zip -j $OUT/fuzzer-decode_seed_corpus.zip corp-decode/*
93-
cp $SRC/library-fuzzers/fuzzer-decode.dict $OUT/
9493

9594
cp $SRC/library-fuzzers/fuzzer-ast $OUT/
9695
cp $SRC/library-fuzzers/ast.py $OUT/

0 commit comments

Comments
 (0)