From a8157ad1c4de350a86b68f7b02662b2d9ba597d8 Mon Sep 17 00:00:00 2001 From: vlefevre Date: Sun, 13 Jan 2019 15:39:13 +0000 Subject: [tests/tcheck.c] Corrected meaningless error message. (merged changeset r13401 from the trunk) git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/4.0@13402 280ebfd0-de03-0410-8827-d642c229c3f4 --- tests/tcheck.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.1