about summary refs log tree commit diff
path: root/math/test-signgam-finite-c99.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/test-signgam-finite-c99.c')
-rw-r--r--math/test-signgam-finite-c99.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/math/test-signgam-finite-c99.c b/math/test-signgam-finite-c99.c
index 3dacef5147..07fdcda9b3 100644
--- a/math/test-signgam-finite-c99.c
+++ b/math/test-signgam-finite-c99.c
@@ -59,8 +59,6 @@ main (void)
   int result = 0;
   RUN_TESTS (lgammaf, float);
   RUN_TESTS (lgamma, double);
-#ifndef NO_LONG_DOUBLE
   RUN_TESTS (lgammal, long double);
-#endif
   return result;
 }