aboutsummaryrefslogtreecommitdiffstats
path: root/test/testbmk.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/testbmk.c')
-rw-r--r--test/testbmk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testbmk.c b/test/testbmk.c
index 10a4ea439..76ca641be 100644
--- a/test/testbmk.c
+++ b/test/testbmk.c
@@ -416,7 +416,7 @@ const struct testcase testbmk10 = {
/*
* Test sequence for benchmarks pattern.
*/
-const struct testcase *patternbmk[] = {
+const struct testcase * const patternbmk[] = {
#if !TEST_NO_BENCHMARKS
&testbmk1,
&testbmk2,