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