mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-29 13:32:33 +02: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());
|
assert(dynamic_usage == incremental_dynamic_usage * i64s.size());
|
||||||
}
|
}
|
||||||
(void)MillisToTimeval(i64);
|
(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)SighashToStr(uch);
|
||||||
(void)SipHashUint256(u64, u64, u256);
|
(void)SipHashUint256(u64, u64, u256);
|
||||||
(void)SipHashUint256Extra(u64, u64, u256, u32);
|
(void)SipHashUint256Extra(u64, u64, u256, u32);
|
||||||
|
Loading…
Reference in New Issue
Block a user