diff --git a/tests/pthread/exit.c b/tests/pthread/exit.c index 35fc31cf21..ce276b4239 100644 --- a/tests/pthread/exit.c +++ b/tests/pthread/exit.c @@ -11,7 +11,7 @@ void *routine(void *arg) { sleep(1); - puts("Thread "); + puts("Thread succeeded"); return NULL; }