X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftests%2Fthreads%2Fpriority-fifo.ck;h=11f1dd3e31b305be45b61643a42a0d742abd688a;hb=7e6a3b090ec08077b399dab89437073b144c69d8;hp=a5322ec7579f7dd33d4a48786d716297b2f9edd0;hpb=0d095b17daaed97df1943ac031058b428ad3f5fa;p=pintos-anon diff --git a/src/tests/threads/priority-fifo.ck b/src/tests/threads/priority-fifo.ck index a5322ec..11f1dd3 100644 --- a/src/tests/threads/priority-fifo.ck +++ b/src/tests/threads/priority-fifo.ck @@ -29,7 +29,7 @@ use tests::tests; our ($test); my (@output) = read_text_file ("$test.output"); -common_checks (@output); +common_checks ("run", @output); my ($thread_cnt) = 16; my ($iter_cnt) = 16;