summaryrefslogtreecommitdiff
path: root/tests/tmul_2exp.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tmul_2exp.c')
-rw-r--r--tests/tmul_2exp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tmul_2exp.c b/tests/tmul_2exp.c
index cd3ac6b3c..961bbc2d9 100644
--- a/tests/tmul_2exp.c
+++ b/tests/tmul_2exp.c
@@ -258,7 +258,7 @@ overflow0 (mpfr_exp_t emax)
mpfr_exp_t old_emax;
mpfr_t x, y1, y2;
int neg, r, op;
- static char *sop[4] = { "mul_2ui", "mul_2si", "div_2ui", "div_2si" };
+ static const char *sop[4] = { "mul_2ui", "mul_2si", "div_2ui", "div_2si" };
old_emax = mpfr_get_emax ();
set_emax (emax);