diff options
| author | practicalswift <[email protected]> | 2019-10-03 14:18:31 +0000 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2019-11-21 17:53:06 +0000 |
| commit | 897849d8c225045f0dd3a2fe99b5d69bdf84b4e2 (patch) | |
| tree | ffa08860acf6adb50699991166315cc23623eab2 /test/fuzz | |
| parent | tests: Add corpora suppression (FUZZERS_MISSING_CORPORA) for fuzzers missing ... (diff) | |
| download | discoin-897849d8c225045f0dd3a2fe99b5d69bdf84b4e2.tar.xz discoin-897849d8c225045f0dd3a2fe99b5d69bdf84b4e2.zip | |
tests: Add deserialization fuzzing harnesses
Diffstat (limited to 'test/fuzz')
| -rwxr-xr-x | test/fuzz/test_runner.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/fuzz/test_runner.py b/test/fuzz/test_runner.py index 21dc1047a..ffebb579e 100755 --- a/test/fuzz/test_runner.py +++ b/test/fuzz/test_runner.py @@ -22,7 +22,6 @@ FUZZERS_MISSING_CORPORA = [ "flat_file_pos_deserialize", "key_origin_info_deserialize", "merkle_block_deserialize", - "mutable_transaction_deserialize", "out_point_deserialize", "partial_merkle_tree_deserialize", "partially_signed_transaction_deserialize", |