From 44a73ecab6e91519627786a5101cd4f1a2f2b0d7 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Wed, 30 Oct 2024 00:57:33 +0200 Subject: most of the way to passing tests --- tests/create/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/create') diff --git a/tests/create/init.c b/tests/create/init.c index ca38c22..b596fe1 100644 --- a/tests/create/init.c +++ b/tests/create/init.c @@ -4,8 +4,8 @@ static int data = 0; void callback(id_t tid, int d0, int d1, int d2, int d3) { - UNUSED(tid); printf("hello from new thread\n"); + check(tid == 2, "wrond tid\n"); check(d0 == 1, "wrong d0\n"); check(d1 == 2, "wrond d1\n"); check(d2 == 3, "wrong d2\n"); -- cgit v1.3