diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/testmbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testmbox.c b/test/testmbox.c index b1fe675cc..35a22b88c 100644 --- a/test/testmbox.c +++ b/test/testmbox.c @@ -155,7 +155,7 @@ static void mbox1_execute(void) { /*
* Testing I-Class.
*/
- chSysLock()
+ chSysLock();
msg1 = chMBPostI(&mb1, 'A');
test_assert(22, msg1 == RDY_OK, "wrong wake-up message");
msg1 = chMBPostI(&mb1, 'B');
|