summaryrefslogtreecommitdiff
path: root/tests/toutimpl.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/toutimpl.c')
-rw-r--r--tests/toutimpl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/toutimpl.c b/tests/toutimpl.c
index b15685e41..48c9cc16d 100644
--- a/tests/toutimpl.c
+++ b/tests/toutimpl.c
@@ -65,7 +65,7 @@ main (void)
printf ("Error for printing MPFR_RNDZ\n");
exit (1);
}
- if (mpfr_print_rnd_mode ((mp_rnd_t) -1) != NULL ||
+ if (mpfr_print_rnd_mode ((mpfr_rnd_t) -1) != NULL ||
mpfr_print_rnd_mode (MPFR_RND_MAX) != NULL)
{
printf ("Error for illegal rounding mode values.\n");