summaryrefslogtreecommitdiff
path: root/tests/trint.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/trint.c')
-rw-r--r--tests/trint.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/trint.c b/tests/trint.c
index 5b79cf506..b23481a61 100644
--- a/tests/trint.c
+++ b/tests/trint.c
@@ -138,10 +138,10 @@ special (void)
mpfr_set_prec (x, 84);
mpfr_set_str_binary (x,
"0.110011010010001000000111101101001111111100101110010000000000000" \
- "000000000000000000000E32");
+ "000000000000000000000E32");
mpfr_round (x, x);
if (mpfr_cmp_str (x, "0.1100110100100010000001111011010100000000000000" \
- "00000000000000000000000000000000000000E32", 2, GMP_RNDN))
+ "00000000000000000000000000000000000000E32", 2, GMP_RNDN))
{
printf ("Rounding error when dest=src\n");
exit (1);