summaryrefslogtreecommitdiff
path: root/tests/tminmax.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tminmax.c')
-rw-r--r--tests/tminmax.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tminmax.c b/tests/tminmax.c
index 6d81ec164..392fc7bc1 100644
--- a/tests/tminmax.c
+++ b/tests/tminmax.c
@@ -78,7 +78,7 @@ main (void)
exit (1);
}
/* Case x=0+ and x=0- */
- mpfr_set_ui (x, 0, GMP_RNDN);
+ mpfr_set_ui (x, 0, GMP_RNDN);
mpfr_set_ui (y, 0, GMP_RNDN); MPFR_SET_NEG(y);
mpfr_max (z, x, y, GMP_RNDN);
if (!MPFR_IS_ZERO(z) || MPFR_IS_NEG(z))