diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2020-03-06 23:29:23 +0000 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2020-03-06 23:29:23 +0000 |
commit | 0d0bc3b5c1dad86cd5b2d7d90925d5722f2be6e8 (patch) | |
tree | 7af1dadb747752131f2a811a4d4010b1b52848ce /test/fuzz | |
parent | 4d80274b9963e85d6e6dc79a41cd3ff4f389ada5 (diff) |
build: Add locale fuzzer to FUZZERS_MISSING_CORPORA
Diffstat (limited to 'test/fuzz')
-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 5df2789638..b25ef9c69a 100755 --- a/test/fuzz/test_runner.py +++ b/test/fuzz/test_runner.py @@ -30,6 +30,7 @@ FUZZERS_MISSING_CORPORA = [ "integer", "key", "key_origin_info_deserialize", + "locale", "merkle_block_deserialize", "out_point_deserialize", "p2p_transport_deserializer", |