X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/901aa884ca82351d946ae0f6c9fb3f222f780a20..b04b9661ec2aa112cde483c4c43c0fa616e7549f:/t/errthread.c diff --git a/t/errthread.c b/t/errthread.c index 3161cf4..d09c701 100644 --- a/t/errthread.c +++ b/t/errthread.c @@ -181,7 +181,7 @@ static void thread_result(void) { tap_result(1, "thread runs"); } -DEFINE_SIMPLE_THREAD_TEST(check_thread_create, thread_result); +DEFINE_SIMPLE_THREAD_TEST(check_thread_create, thread_result) static void err_in_thread(void) { @@ -201,7 +201,7 @@ static void err_in_thread(void) tap_diag("thread[2] exit"); } -DEFINE_SIMPLE_THREAD_TEST(check_err_in_thread, err_in_thread); +DEFINE_SIMPLE_THREAD_TEST(check_err_in_thread, err_in_thread) int main(void) {