Add additional test case for fuzz tests

This commit is contained in:
m-holger 2024-01-21 16:27:37 +00:00 committed by Jay Berkenbilt
parent 4dc0c5684e
commit 3279c21e13
2 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ my @fuzzers = (
['lzw' => 2],
['pngpredictor' => 1],
['runlength' => 6],
['tiffpredictor' => 1],
['tiffpredictor' => 2],
['qpdf' => 56], # increment when adding new files
);