diff options
Diffstat (limited to 'test/testmtx.c')
-rw-r--r-- | test/testmtx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testmtx.c b/test/testmtx.c index 685361bba..e08aab5be 100644 --- a/test/testmtx.c +++ b/test/testmtx.c @@ -218,7 +218,7 @@ const struct testcase testmtx3 = { /*
* Test sequence for mutexes pattern.
*/
-const struct testcase *patternmtx[] = {
+const struct testcase * const patternmtx[] = {
#if CH_USE_MUTEXES
&testmtx1,
&testmtx2,
|