aboutsummaryrefslogtreecommitdiff
path: root/math/libm-test-exp10.inc
diff options
context:
space:
mode:
Diffstat (limited to 'math/libm-test-exp10.inc')
-rw-r--r--math/libm-test-exp10.inc10
1 files changed, 0 insertions, 10 deletions
diff --git a/math/libm-test-exp10.inc b/math/libm-test-exp10.inc
index 374d12a..4da3715 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 ();
}
/*