diff options
Diffstat (limited to 'math/libm-test-exp10.inc')
-rw-r--r-- | math/libm-test-exp10.inc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/math/libm-test-exp10.inc b/math/libm-test-exp10.inc index 374d12a193..4da3715771 100644 --- a/math/libm-test-exp10.inc +++ b/math/libm-test-exp10.inc @@ -37,19 +37,9 @@ exp10_test (void) } static void -pow10_test (void) -{ -#if !TEST_FLOATN - /* pow10 uses the same test data as exp10. */ - ALL_RM_TEST (pow10, 0, exp10_test_data, RUN_TEST_LOOP_f_f, END); -#endif -} - -static void do_test (void) { exp10_test (); - pow10_test (); } /* |