summaryrefslogtreecommitdiff
path: root/core/host/task.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/host/task.c')
-rw-r--r--core/host/task.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/host/task.c b/core/host/task.c
index 682b1bb123..9f52fad340 100644
--- a/core/host/task.c
+++ b/core/host/task.c
@@ -91,7 +91,7 @@ void __idle(void *d)
void _run_test(void *d)
{
- run_test();
+ run_test(0, NULL);
}
#define TASK(n, r, d, s) {r, d},