diff options
Diffstat (limited to 'test/testpools.c')
-rw-r--r-- | test/testpools.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testpools.c b/test/testpools.c index 759a28c44..9479926d8 100644 --- a/test/testpools.c +++ b/test/testpools.c @@ -62,7 +62,7 @@ const struct testcase testpools1 = { /*
* Test sequence for pools pattern.
*/
-const struct testcase *patternpools[] = {
+const struct testcase * const patternpools[] = {
#if CH_USE_MEMPOOLS
&testpools1,
#endif
|