diff options
Diffstat (limited to 'test/testcond.c')
-rw-r--r-- | test/testcond.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testcond.c b/test/testcond.c index 692ec88d2..dff5d2c29 100644 --- a/test/testcond.c +++ b/test/testcond.c @@ -104,7 +104,7 @@ const struct testcase testcond2 = { /*
* Test sequence for condvars pattern.
*/
-const struct testcase *patterncond[] = {
+const struct testcase * const patterncond[] = {
#if CH_USE_CONDVARS && CH_USE_MUTEXES
&testcond1,
&testcond2,
|