diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2020-01-26 22:14:53 +0000 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2020-01-27 21:31:42 +0000 |
commit | ccc3c76e2b5d28a2372ae5752c08256396bf43e6 (patch) | |
tree | 4f0337ce3d892433e40580eb31d34f4bf33dc4e0 /test/fuzz/test_runner.py | |
parent | 6ef04912af7f216f3112e0e9919f67e36415a792 (diff) |
tests: Add fuzzer strprintf to FUZZERS_MISSING_CORPORA (temporarily)
Diffstat (limited to 'test/fuzz/test_runner.py')
-rwxr-xr-x | test/fuzz/test_runner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fuzz/test_runner.py b/test/fuzz/test_runner.py index 9027311a8b..6b687060e2 100755 --- a/test/fuzz/test_runner.py +++ b/test/fuzz/test_runner.py @@ -39,6 +39,7 @@ FUZZERS_MISSING_CORPORA = [ "psbt_output_deserialize", "pub_key_deserialize", "script_deserialize", + "strprintf", "sub_net_deserialize", "tx_in", "tx_in_deserialize", |