aboutsummaryrefslogtreecommitdiffstats
path: root/test/testsem.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/testsem.c')
-rw-r--r--test/testsem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testsem.c b/test/testsem.c
index 35e37d965..4f2943964 100644
--- a/test/testsem.c
+++ b/test/testsem.c
@@ -105,7 +105,7 @@ const struct testcase testsem2 = {
/*
* Test sequence for semaphores pattern.
*/
-const struct testcase *patternsem[] = {
+const struct testcase * const patternsem[] = {
#if CH_USE_SEMAPHORES
&testsem1,
#if CH_USE_SEMAPHORES_TIMEOUT