summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTorbjorn Granlund <tg@gmplib.org>2020-11-19 13:35:32 +0100
committerTorbjorn Granlund <tg@gmplib.org>2020-11-19 13:35:32 +0100
commitdc352688e75dce0ac47344e4a2fa53d2ebff5340 (patch)
tree79c6680abe23807e5885b1ef331ba15648bd0d29 /tests
parent49db641364076493d6613b32073eeeb96d08dce5 (diff)
downloadgmp-dc352688e75dce0ac47344e4a2fa53d2ebff5340.tar.gz
Amend last change.
Diffstat (limited to 'tests')
-rw-r--r--tests/mpf/t-get_d_2exp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mpf/t-get_d_2exp.c b/tests/mpf/t-get_d_2exp.c
index 5449d1895..b716cf891 100644
--- a/tests/mpf/t-get_d_2exp.c
+++ b/tests/mpf/t-get_d_2exp.c
@@ -42,7 +42,7 @@ check_data (void)
got = mpf_get_d_2exp (&got_exp, f);
if (got != 0 || got_exp != 0)
{
- printf ("mpf_get_d_2exp wrong on zero\n", exp);
+ printf ("mpf_get_d_2exp wrong on zero\n");
mpf_trace (" f ", f);
d_trace (" got ", got);
printf (" got exp %ld\n", got_exp);