diff options
Diffstat (limited to 'test/testmbox.c')
-rw-r--r-- | test/testmbox.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/test/testmbox.c b/test/testmbox.c index b3fa57470..7926f3d06 100644 --- a/test/testmbox.c +++ b/test/testmbox.c @@ -71,11 +71,6 @@ static MAILBOX_DECL(mb1, test.wa.T0, MB_SIZE); * The test expects to find a consistent mailbox status after each operation.
*/
-static char *mbox1_gettest(void) {
-
- return "Mailboxes, queuing and timeouts";
-}
-
static void mbox1_setup(void) {
chMBInit(&mb1, (msg_t *)test.wa.T0, MB_SIZE);
@@ -161,7 +156,7 @@ static void mbox1_execute(void) { }
const struct testcase testmbox1 = {
- mbox1_gettest,
+ "Mailboxes, queuing and timeouts",
mbox1_setup,
NULL,
mbox1_execute
|