summaryrefslogtreecommitdiff
path: root/tests/tmodf.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tmodf.c')
-rw-r--r--tests/tmodf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tmodf.c b/tests/tmodf.c
index 68690e20d..52c27e05c 100644
--- a/tests/tmodf.c
+++ b/tests/tmodf.c
@@ -30,7 +30,7 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
static void
check (const char *xis, const char *xfs, const char *xs,
mp_prec_t xip, mp_prec_t xfp, mp_prec_t xp,
- int expected_return, mp_rnd_t rnd_mode)
+ int expected_return, mpfr_rnd_t rnd_mode)
{
int inexact;
mpfr_t xi, xf, x;