summaryrefslogtreecommitdiff
path: root/tests/trint.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/trint.c')
-rw-r--r--tests/trint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/trint.c b/tests/trint.c
index fd2a45ca2..1aa701a57 100644
--- a/tests/trint.c
+++ b/tests/trint.c
@@ -308,7 +308,7 @@ basic_tests (void)
#if __MPFR_STDC (199901L)
static void
-test_fct (double (*f)(double), int (*g)(), char *s, mpfr_rnd_t r)
+test_fct (double (*f)(double), int (*g)(), const char *s, mpfr_rnd_t r)
{
double d, y;
mpfr_t dd, yy;