diff options
Diffstat (limited to 'math/libm-test-cosh.inc')
-rw-r--r-- | math/libm-test-cosh.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/libm-test-cosh.inc b/math/libm-test-cosh.inc index 9a252d75a2..cffbbc4d55 100644 --- a/math/libm-test-cosh.inc +++ b/math/libm-test-cosh.inc @@ -20,8 +20,8 @@ static const struct test_f_f_data cosh_test_data[] = { - TEST_f_f (cosh, plus_infty, plus_infty, ERRNO_UNCHANGED|NO_TEST_INLINE), - TEST_f_f (cosh, minus_infty, plus_infty, ERRNO_UNCHANGED|NO_TEST_INLINE), + TEST_f_f (cosh, plus_infty, plus_infty, ERRNO_UNCHANGED), + TEST_f_f (cosh, minus_infty, plus_infty, ERRNO_UNCHANGED), TEST_f_f (cosh, qnan_value, qnan_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), TEST_f_f (cosh, -qnan_value, qnan_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), TEST_f_f (cosh, snan_value, qnan_value, INVALID_EXCEPTION), |