aboutsummaryrefslogtreecommitdiffstats
path: root/test/testmsg.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/testmsg.c')
-rw-r--r--test/testmsg.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/test/testmsg.c b/test/testmsg.c
index 3757f1de9..5db9614bb 100644
--- a/test/testmsg.c
+++ b/test/testmsg.c
@@ -59,11 +59,6 @@
* not find a fifth message waiting.
*/
-static char *msg1_gettest(void) {
-
- return "Messages, loop";
-}
-
static msg_t thread(void *p) {
chMsgSend(p, 'A');
@@ -107,7 +102,7 @@ static void msg1_execute(void) {
}
const struct testcase testmsg1 = {
- msg1_gettest,
+ "Messages, loop",
NULL,
NULL,
msg1_execute