X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=grading%2Fthreads%2Fjoin-no.c;h=7cecf34c65b543ae527836398a6b50232907e712;hb=bc0cc9ec385f55e8dee745f55e25d98908255636;hp=32623e31d9a34bb7e2c87fcb5962f7000c1220cb;hpb=24747933efc4ebdc3bac0329d7dded41ad96c5d4;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