aboutsummaryrefslogtreecommitdiffstats
path: root/test/testdyn.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/testdyn.c')
-rw-r--r--test/testdyn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testdyn.c b/test/testdyn.c
index 775e3c795..3653e7299 100644
--- a/test/testdyn.c
+++ b/test/testdyn.c
@@ -130,7 +130,7 @@ const struct testcase testdyn2 = {
/*
* Test sequence for dynamic APIs pattern.
*/
-const struct testcase *patterndyn[] = {
+const struct testcase * const patterndyn[] = {
#if CH_USE_DYNAMIC
#if CH_USE_HEAP
&testdyn1,