diff options
Diffstat (limited to 'math/libm-test-exp10.inc')
-rw-r--r-- | math/libm-test-exp10.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/libm-test-exp10.inc b/math/libm-test-exp10.inc index 92c81adb7a..374d12a193 100644 --- a/math/libm-test-exp10.inc +++ b/math/libm-test-exp10.inc @@ -39,8 +39,10 @@ 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 |