summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/tcheck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tcheck.c b/tests/tcheck.c
index 4f329c4bf..e47a73a62 100644
--- a/tests/tcheck.c
+++ b/tests/tcheck.c
@@ -69,7 +69,7 @@ main (void)
max--;
}
if (max == 0)
- PRINT_ERROR ("can't reach overflow");
+ PRINT_ERROR ("for overflow");
mpfr_set_ui (a, 2137, MPFR_RNDN);
/* Corrupt a and check for it */
MPFR_SIGN (a) = 2;