aboutsummaryrefslogtreecommitdiffstats
path: root/test/testmsg.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/testmsg.c')
-rw-r--r--test/testmsg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testmsg.c b/test/testmsg.c
index 8af1c29e3..69f1461e1 100644
--- a/test/testmsg.c
+++ b/test/testmsg.c
@@ -65,7 +65,7 @@ const struct testcase testmsg1 = {
/*
* Test sequence for messages pattern.
*/
-const struct testcase *patternmsg[] = {
+const struct testcase * const patternmsg[] = {
#if CH_USE_MESSAGES
&testmsg1,
#endif