X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=grading%2Fthreads%2Fjoin-dummy.c;h=01733e26117468c49922ec8c50b22a3fa88bd00d;hb=9ee9544fc0000836fc8db0dd7e5c55d11bedd425;hp=202b6e4460680d322b604dc4398303a72cc47495;hpb=24747933efc4ebdc3bac0329d7dded41ad96c5d4;p=pintos-anon diff --git a/grading/threads/join-dummy.c b/grading/threads/join-dummy.c index 202b6e4..01733e2 100644 --- a/grading/threads/join-dummy.c +++ b/grading/threads/join-dummy.c @@ -34,7 +34,7 @@ dummy_test (void) thread_join (tid0); simple_thread_func ("1"); thread_join (tid0); - printf ("Simple join test done.\n"); + printf ("Dummy join test done.\n"); } void