From 64403d8f188725bc5814813371382bc148956a83 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 30 Jul 2013 14:23:37 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6048 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- test/testmbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/testmbox.c') diff --git a/test/testmbox.c b/test/testmbox.c index 0ba52aa09..1ca34dadc 100644 --- a/test/testmbox.c +++ b/test/testmbox.c @@ -80,7 +80,7 @@ static void mbox1_execute(void) { /* * Testing initial space. */ - test_assert(1, chMBGetFreeCountI(&mb1) == MB_SIZE, "wrong size"); + test_assert_lock(1, chMBGetFreeCountI(&mb1) == MB_SIZE, "wrong size"); /* * Testing enqueuing and backward circularity. -- cgit v1.2.3