summaryrefslogtreecommitdiff
path: root/test/mutex.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/mutex.c')
-rw-r--r--test/mutex.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/mutex.c b/test/mutex.c
index cc4202378c..866a004a58 100644
--- a/test/mutex.c
+++ b/test/mutex.c
@@ -9,6 +9,7 @@
#include "console.h"
#include "common.h"
#include "task.h"
+#include "test_util.h"
#include "timer.h"
#include "util.h"
@@ -108,7 +109,7 @@ int mutex_main_task(void *unused)
rdelay = prng(rdelay);
}
- ccprintf("Pass!\n");
+ test_pass();
task_wait_event(0);
return EC_SUCCESS;