aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
Diffstat (limited to 'math')
-rw-r--r--math/basic-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/basic-test.c b/math/basic-test.c
index 470651968b..5d26e8408c 100644
--- a/math/basic-test.c
+++ b/math/basic-test.c
@@ -106,7 +106,7 @@ NAME (void) \
TEST_FUNC (float_test, float, nanf, FLT_EPSILON, HUGE_VALF)
TEST_FUNC (double_test, double, nan, DBL_EPSILON, HUGE_VAL)
#ifndef NO_LONG_DOUBLE
-TEST_FUNC (ldouble_test, long double, nan, LDBL_EPSILON, HUGE_VALL)
+TEST_FUNC (ldouble_test, long double, nanl, LDBL_EPSILON, HUGE_VALL)
#endif
int