mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 14:23:30 +01:00
LLONG_MIN => INT64_MIN.
This commit is contained in:
parent
357191a095
commit
3d85df9569
@ -4663,7 +4663,7 @@ test_util_laplace(void *arg)
|
||||
* array([ -inf, -80.47189562, -34.65735903, 0. ,
|
||||
* 34.65735903, 80.47189562, 195.60115027])
|
||||
*/
|
||||
tt_assert(LLONG_MIN + 20 ==
|
||||
tt_assert(INT64_MIN + 20 ==
|
||||
add_laplace_noise(20, 0.0, delta_f, epsilon));
|
||||
tt_assert(-60 == add_laplace_noise(20, 0.1, delta_f, epsilon));
|
||||
tt_assert(-14 == add_laplace_noise(20, 0.25, delta_f, epsilon));
|
||||
|
Loading…
Reference in New Issue
Block a user