X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=blobdiff_plain;f=src%2Ftests%2Fthreads%2Fpriority-sema.c;h=2834a880be25c92aa9989c6e3e828c13fb0fc107;hp=d7eb9cc076cfbaf26f9a174ff1503dcdb24d6d1a;hb=d4c30c6a386fe850e7eed1025e459fbc82a0b6e2;hpb=17102846d22591590c37548f8514067e2be6c5f6 diff --git a/src/tests/threads/priority-sema.c b/src/tests/threads/priority-sema.c index d7eb9cc..2834a88 100644 --- a/src/tests/threads/priority-sema.c +++ b/src/tests/threads/priority-sema.c @@ -18,7 +18,7 @@ test_priority_sema (void) int i; /* This test does not work with the MLFQS. */ - ASSERT (!enable_mlfqs); + ASSERT (!thread_mlfqs); sema_init (&sema, 0); thread_set_priority (PRI_MIN);