diff options
Diffstat (limited to 'math/test-nan-overflow.c')
-rw-r--r-- | math/test-nan-overflow.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/math/test-nan-overflow.c b/math/test-nan-overflow.c index 62e5dd4265..7ffeef2dc1 100644 --- a/math/test-nan-overflow.c +++ b/math/test-nan-overflow.c @@ -57,9 +57,7 @@ do_test (void) while (0) NAN_TEST (float, nanf); NAN_TEST (double, nan); -#ifndef NO_LONG_DOUBLE NAN_TEST (long double, nanl); -#endif return result; } |