summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/tdigamma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tdigamma.c b/tests/tdigamma.c
index c24537ee4..4c9fbd5c7 100644
--- a/tests/tdigamma.c
+++ b/tests/tdigamma.c
@@ -123,7 +123,7 @@ bug20210215 (void)
mpfr_set_str (x, "-8.2923051438433494998166335341807999322052669984208422481227138906096000469898717007386115912802685588348601663465077353194268894939972221117314512518182580e+35", 10, MPFR_RNDN);
mpfr_clear_flags ();
inex = mpfr_digamma (y, x, MPFR_RNDU);
- MPFR_ASSERTN (mpfr_cmp_ui (y, 88) == 0);
+ MPFR_ASSERTN (mpfr_cmp_ui0 (y, 88) == 0);
MPFR_ASSERTN (inex > 0);
MPFR_ASSERTN (__gmpfr_flags == MPFR_FLAGS_INEXACT);
mpfr_clear (x);