Explorar el Código

test: enable libm test log2

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer hace 9 años
padre
commit
fdebbe2044
Se han modificado 1 ficheros con 0 adiciones y 6 borrados
  1. 0 6
      test/math/libm-test.inc

+ 0 - 6
test/math/libm-test.inc

@@ -3418,8 +3418,6 @@ log1p_test (void)
   END (log1p);
 }
 
-
-#if 0
 static void
 log2_test (void)
 {
@@ -3449,8 +3447,6 @@ log2_test (void)
 
   END (log2);
 }
-#endif
-
 
 static void
 logb_test (void)
@@ -4968,9 +4964,7 @@ main (int argc, char **argv)
   log_test ();
   log10_test ();
   log1p_test ();
-#if 0
   log2_test ();
-#endif
   logb_test ();
   modf_test ();
   ilogb_test ();