mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 06:33:44 +01:00
Fix compiler warning on test_status.c
This commit is contained in:
parent
1e9053974b
commit
1126ce1d86
@ -223,7 +223,7 @@ NS(test_main)(void *arg)
|
|||||||
tor_free(actual);
|
tor_free(actual);
|
||||||
|
|
||||||
expected = "10.00 GB";
|
expected = "10.00 GB";
|
||||||
actual = bytes_to_usage((1 << 30) * 10L);
|
actual = bytes_to_usage((U64_LITERAL(1) << 30) * 10L);
|
||||||
tt_str_op(actual, ==, expected);
|
tt_str_op(actual, ==, expected);
|
||||||
tor_free(actual);
|
tor_free(actual);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user