mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Remove a duplicate test in test_util_pow2
This commit is contained in:
@@ -1131,7 +1131,6 @@ test_util_pow2(void)
|
||||
test_eq(round_to_power_of_2(2), 2);
|
||||
test_eq(round_to_power_of_2(3), 2);
|
||||
test_eq(round_to_power_of_2(4), 4);
|
||||
test_eq(round_to_power_of_2(4), 4);
|
||||
test_eq(round_to_power_of_2(5), 4);
|
||||
test_eq(round_to_power_of_2(6), 4);
|
||||
test_eq(round_to_power_of_2(7), 8);
|
||||
|
||||
Reference in New Issue
Block a user