From d5dc2af39081cb7035d6d672d458a369307be5f1 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 3 May 2013 19:04:52 +0000 Subject: Don't use IGNORE_ZERO_INF_SIGN in hypot tests. --- math/libm-test.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math') diff --git a/math/libm-test.inc b/math/libm-test.inc index 8feb0a641a..343590a315 100644 --- a/math/libm-test.inc +++ b/math/libm-test.inc @@ -9129,8 +9129,8 @@ hypot_test (void) START (hypot); - TEST_ff_f (hypot, plus_infty, 1, plus_infty, IGNORE_ZERO_INF_SIGN); - TEST_ff_f (hypot, minus_infty, 1, plus_infty, IGNORE_ZERO_INF_SIGN); + TEST_ff_f (hypot, plus_infty, 1, plus_infty); + TEST_ff_f (hypot, minus_infty, 1, plus_infty); #ifndef TEST_INLINE TEST_ff_f (hypot, plus_infty, qnan_value, plus_infty); -- cgit v1.2.3