X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftests%2Fthreads%2Fstdlib.c;h=ad0f0f9a82816cd991300ed97f6740a94f7a3386;hb=9b9b5549725a2aa29590cfd1f5a30362efd4ee30;hp=df258d49c714167bd671c5ed3e094f3094fdfb57;hpb=a8783b883182db14ccf4109e247f4b30881bacea;p=pintos-anon diff --git a/src/tests/threads/stdlib.c b/src/tests/threads/stdlib.c index df258d4..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.