diff options
Diffstat (limited to 'math/test-math-iszero.cc')
-rw-r--r-- | math/test-math-iszero.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/math/test-math-iszero.cc b/math/test-math-iszero.cc index fe97005..027e972 100644 --- a/math/test-math-iszero.cc +++ b/math/test-math-iszero.cc @@ -77,9 +77,7 @@ do_test (void) { check_type<float> (); check_type<double> (); -#ifndef NO_LONG_DOUBLE check_type<long double> (); -#endif return errors; } |