summaryrefslogtreecommitdiff
path: root/tests/mpf
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2014-06-06 18:30:45 +0200
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2014-06-06 18:30:45 +0200
commit7836ed6fd677cc8e7108f5471e8150bc6cf03bac (patch)
treec77fe71f3e7ec97bdc03876e4e3b0740342e580b /tests/mpf
parentb7ebe2e9c6de01a339ba9a6271a18a2833771d50 (diff)
downloadgmp-7836ed6fd677cc8e7108f5471e8150bc6cf03bac.tar.gz
tests/mpf/t-sub.c: Restore low verbosity.
Diffstat (limited to 'tests/mpf')
-rw-r--r--tests/mpf/t-sub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mpf/t-sub.c b/tests/mpf/t-sub.c
index e28a538ef..319087fd6 100644
--- a/tests/mpf/t-sub.c
+++ b/tests/mpf/t-sub.c
@@ -79,7 +79,7 @@ check_rand (int argc, char **argv)
refmpf_sub (wref, u, v);
mpf_reldiff (rerr, w, wref);
- if (! refmpf_validate ("check_rand mpf_sub", w, wref))
+ if (mpf_cmp (rerr, max_rerr) > 0)
{
mpf_set (max_rerr, rerr);
#if VERBOSE