summaryrefslogtreecommitdiff
path: root/tests/turandom.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/turandom.c')
-rw-r--r--tests/turandom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/turandom.c b/tests/turandom.c
index d23f939a2..3c733ae69 100644
--- a/tests/turandom.c
+++ b/tests/turandom.c
@@ -526,7 +526,7 @@ reprod_abi (void)
#define N 6
/* Run this program with the MPFR_REPROD_ABI_OUTPUT environment variable
set to get the array of strings. */
- char *t[5 * N] = {
+ const char *t[5 * N] = {
"1.0@-1",
"3.0@-1",
"7.0@-1",