X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Ftests%2Fthreads%2Fpriority-donate-lower.c;h=4965d756c47700a82663e1140862f66486c47c3f;hb=76b1077e10f14002ab7dc68fa262739a92e51c53;hp=3f63db8d00bac93e4f4b9d14fa0727d7cc6aa20f;hpb=781c2687a8e8835ad34d7e472a80959a0d28c03a;p=pintos-anon diff --git a/src/tests/threads/priority-donate-lower.c b/src/tests/threads/priority-donate-lower.c index 3f63db8..4965d75 100644 --- a/src/tests/threads/priority-donate-lower.c +++ b/src/tests/threads/priority-donate-lower.c @@ -18,7 +18,7 @@ test_priority_donate_lower (void) struct lock lock; /* This test does not work with the MLFQS. */ - ASSERT (!enable_mlfqs); + ASSERT (!thread_mlfqs); /* Make sure our priority is the default. */ ASSERT (thread_get_priority () == PRI_DEFAULT);