summaryrefslogtreecommitdiff
path: root/tests/cmp_str.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cmp_str.c')
-rw-r--r--tests/cmp_str.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cmp_str.c b/tests/cmp_str.c
index ee8b1960f..b791f6995 100644
--- a/tests/cmp_str.c
+++ b/tests/cmp_str.c
@@ -23,7 +23,7 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
#include "mpfr-test.h"
int
-mpfr_cmp_str (mpfr_srcptr x, const char *s, int base, mp_rnd_t rnd)
+mpfr_cmp_str (mpfr_srcptr x, const char *s, int base, mpfr_rnd_t rnd)
{
mpfr_t y;
int res;