diff options
Diffstat (limited to 'test/testmsg.h')
-rw-r--r-- | test/testmsg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testmsg.h b/test/testmsg.h index 8c9631bb7..c3cadcafa 100644 --- a/test/testmsg.h +++ b/test/testmsg.h @@ -20,6 +20,6 @@ #ifndef _TESTMSG_H_
#define _TESTMSG_H_
-extern const struct testcase testmsg1;
+extern const struct testcase *patternmsg[];
#endif /* _TESTMSG_H_ */
|