diff options
| author | practicalswift <[email protected]> | 2020-03-06 23:29:23 +0000 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2020-03-06 23:29:23 +0000 |
| commit | 0d0bc3b5c1dad86cd5b2d7d90925d5722f2be6e8 (patch) | |
| tree | 7af1dadb747752131f2a811a4d4010b1b52848ce /test/fuzz | |
| parent | Merge #18241: wallet/refactor: refer to CWallet immutably when possible (diff) | |
| download | discoin-0d0bc3b5c1dad86cd5b2d7d90925d5722f2be6e8.tar.xz discoin-0d0bc3b5c1dad86cd5b2d7d90925d5722f2be6e8.zip | |
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 5df278963..b25ef9c69 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", |