X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftests%2Fthreads%2Fstdlib.c;h=ad0f0f9a82816cd991300ed97f6740a94f7a3386;hb=383b2e8052badc1865f19e881afb8b5cdb63ff2e;hp=fc15481ed3772e31014427027e9c2365e2b7801a;hpb=c8b4c7b5fd31a2d9554975c5b862da696e44bca9;p=pintos-anon diff --git a/src/tests/threads/stdlib.c b/src/tests/threads/stdlib.c index fc15481..ad0f0f9 100644 --- a/src/tests/threads/stdlib.c +++ b/src/tests/threads/stdlib.c @@ -1,4 +1,4 @@ -/* Test program for sorting and searching in lib/kernel/stdlib.c. +/* Test program for sorting and searching in lib/stdlib.c. Attempts to test the sorting and searching functionality that is not sufficiently tested elsewhere in Pintos. @@ -53,6 +53,7 @@ test (void) } printf (" done\n"); + printf ("stdlib: PASS\n"); } /* Shuffles the CNT elements in ARRAY into random order. */