X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftests%2Fthreads%2Fstdlib.c;h=df258d49c714167bd671c5ed3e094f3094fdfb57;hb=d5aab5fcc001efba94a378535746e71a2e9d92f2;hp=fc15481ed3772e31014427027e9c2365e2b7801a;hpb=c8b4c7b5fd31a2d9554975c5b862da696e44bca9;p=pintos-anon diff --git a/src/tests/threads/stdlib.c b/src/tests/threads/stdlib.c index fc15481..df258d4 100644 --- a/src/tests/threads/stdlib.c +++ b/src/tests/threads/stdlib.c @@ -53,6 +53,7 @@ test (void) } printf (" done\n"); + printf ("stdlib: PASS\n"); } /* Shuffles the CNT elements in ARRAY into random order. */