diff options
Diffstat (limited to 'test/testthd.h')
-rw-r--r-- | test/testthd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testthd.h b/test/testthd.h index 5b71c98fb..e355f63fb 100644 --- a/test/testthd.h +++ b/test/testthd.h @@ -20,6 +20,6 @@ #ifndef _TESTRDY_H_
#define _TESTRDY_H_
-extern const struct testcase *patternthd[];
+extern ROMCONST struct testcase * ROMCONST patternthd[];
#endif /* _TESTRDY_H_ */
|