diff options
Diffstat (limited to 'test/math/libm-test.inc')
-rw-r--r-- | test/math/libm-test.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/math/libm-test.inc b/test/math/libm-test.inc index f50b48b..8e8d447 100644 --- a/test/math/libm-test.inc +++ b/test/math/libm-test.inc @@ -5059,6 +5059,7 @@ main (int argc, char **argv) #endif #endif /* __CHK_COMPLEX_STUFF */ +#if 0 /* Bessel functions: */ #if defined __DO_XSI_MATH__ && !(defined TEST_LDOUBLE || defined TEST_FLOAT) j0_test (); @@ -5068,6 +5069,7 @@ main (int argc, char **argv) y1_test (); yn_test (); #endif /* __DO_XSI_MATH__ */ +#endif if (output_ulps) fclose (ulps_file); |