diff options
Diffstat (limited to 'test/testrdy.c')
-rw-r--r-- | test/testrdy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testrdy.c b/test/testrdy.c index b085fde02..d35b783c4 100644 --- a/test/testrdy.c +++ b/test/testrdy.c @@ -76,7 +76,7 @@ const struct testcase testrdy2 = { /*
* Test sequence for ready list pattern.
*/
-const struct testcase *patternrdy[] = {
+const struct testcase * const patternrdy[] = {
&testrdy1,
&testrdy2,
NULL
|