X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftests%2Fthreads%2Fpriority-donate-lower.c;h=4965d756c47700a82663e1140862f66486c47c3f;hb=d4c30c6a386fe850e7eed1025e459fbc82a0b6e2;hp=3f63db8d00bac93e4f4b9d14fa0727d7cc6aa20f;hpb=17102846d22591590c37548f8514067e2be6c5f6;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);