mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-20 02:25:40 +01:00
fuzz: Remove incorrect float round-trip serialization test
This commit is contained in:
parent
2e30e328a7
commit
fae814c9a6
@ -122,10 +122,6 @@ FUZZ_TARGET_INIT(integer, initialize_integer)
|
||||
assert(dynamic_usage == incremental_dynamic_usage * i64s.size());
|
||||
}
|
||||
(void)MillisToTimeval(i64);
|
||||
const double d = ser_uint64_to_double(u64);
|
||||
assert(ser_double_to_uint64(d) == u64);
|
||||
const float f = ser_uint32_to_float(u32);
|
||||
assert(ser_float_to_uint32(f) == u32);
|
||||
(void)SighashToStr(uch);
|
||||
(void)SipHashUint256(u64, u64, u256);
|
||||
(void)SipHashUint256Extra(u64, u64, u256, u32);
|
||||
|
Loading…
Reference in New Issue
Block a user