X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftests%2Fthreads%2Fpriority-fifo.ck;h=11f1dd3e31b305be45b61643a42a0d742abd688a;hb=b51bfd75c7f55f008d67ec13d895694fbfa22430;hp=a5322ec7579f7dd33d4a48786d716297b2f9edd0;hpb=73389b59f54bfed8eb0cb370a5ffec1223686a9e;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;