Skip to content

Commit

Permalink
Keep static tests smaller.
Browse files Browse the repository at this point in the history
  • Loading branch information
asakatida committed May 25, 2024
1 parent 1c486a8 commit da17bdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/generate_fuzz.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def make_tests(*test_cpps: Path, tests: dict[str, dict[bytes, str]]) -> None:
),
cases.values(),
)
if len(test_data) < 8431
),
)
),
Expand Down

0 comments on commit da17bdf

Please sign in to comment.