X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=grading%2Fthreads%2Fjoin-no.c;h=7cecf34c65b543ae527836398a6b50232907e712;hb=3836cfc77ccaace693f83be1ed5a290bce26e564;hp=32623e31d9a34bb7e2c87fcb5962f7000c1220cb;hpb=db1421e7321efc7bb3aa3b232fbde94ce154dd23;p=pintos-anon diff --git a/grading/threads/join-no.c b/grading/threads/join-no.c index 32623e3..7cecf34 100644 --- a/grading/threads/join-no.c +++ b/grading/threads/join-no.c @@ -31,7 +31,7 @@ no_test (void) "Should just not crash.\n"); tid0 = thread_create ("0", PRI_DEFAULT, simple_thread_func, "0"); simple_thread_func ("1"); - printf ("Simple join test done.\n"); + printf ("No join test done.\n"); } void