]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove a duplicate test in test_util_pow2
authorNick Mathewson <nickm@torproject.org>
Fri, 14 Sep 2012 14:00:47 +0000 (10:00 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 14 Sep 2012 14:00:47 +0000 (10:00 -0400)
src/test/test_util.c

index 2a194ef8405f475a955e89ef926e76c5918c9789..2c65903ddb85aad0c46ed90c387669a06081845e 100644 (file)
@@ -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);