diff options
Diffstat (limited to 'test/testheap.c')
-rw-r--r-- | test/testheap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testheap.c b/test/testheap.c index 0a84b7b33..a72bad6bb 100644 --- a/test/testheap.c +++ b/test/testheap.c @@ -79,7 +79,7 @@ const struct testcase testheap1 = { /*
* Test sequence for heap pattern.
*/
-const struct testcase *patternheap[] = {
+const struct testcase * const patternheap[] = {
#if CH_USE_HEAP
&testheap1,
#endif
|