Procházet zdrojové kódy

Remove a duplicate test in test_util_pow2

Nick Mathewson před 13 roky
rodič
revize
56bd3dd87f
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      src/test/test_util.c

+ 0 - 1
src/test/test_util.c

@@ -1131,7 +1131,6 @@ test_util_pow2(void)
   test_eq(round_to_power_of_2(2), 2);
   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(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(4), 4);
   test_eq(round_to_power_of_2(5), 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(6), 4);
   test_eq(round_to_power_of_2(7), 8);
   test_eq(round_to_power_of_2(7), 8);