summary refs log tree commit diff
path: root/math/test-math-iszero.cc
diff options
context:
space:
mode:
Diffstat (limited to 'math/test-math-iszero.cc')
-rw-r--r--math/test-math-iszero.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/math/test-math-iszero.cc b/math/test-math-iszero.cc
index fe9700527c..027e972654 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;
 }