diff options
Diffstat (limited to 'math/test-math-isinff.cc')
-rw-r--r-- | math/test-math-isinff.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/math/test-math-isinff.cc b/math/test-math-isinff.cc index 39d8dabeea..30728bede4 100644 --- a/math/test-math-isinff.cc +++ b/math/test-math-isinff.cc @@ -30,16 +30,12 @@ do_test (void) header fix this test will not compile. */ if (isinff (1.0f) || !isinff (INFINITY) -#ifndef NO_LONG_DOUBLE || isinfl (1.0L) || !isinfl (INFINITY) -#endif || isnanf (2.0f) || !isnanf (NAN) -#ifndef NO_LONG_DOUBLE || isnanl (2.0L) || !isnanl (NAN) -#endif ) { printf ("FAIL: Failed to call is* functions.\n"); |