# -*- perl -*- use strict; use warnings; use tests::tests; our ($test); my (@output) = read_text_file ("$test.output"); common_checks (@output); @output = get_core_output (@output); fail "missing PASS in output" unless grep ($_ eq '(mlfqs-load-1) PASS', @output); pass;