X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Ftests%2Fthreads%2Fpriority-donate-multiple.c;h=df4689cecc602a17bc6dfbe183dd23504a8970b1;hb=76b1077e10f14002ab7dc68fa262739a92e51c53;hp=e1bccbdb4b567baef5c1767173ff9271aeda74c9;hpb=c7ceee91c04fa72da655c00cb82302537ff6c9eb;p=pintos-anon diff --git a/src/tests/threads/priority-donate-multiple.c b/src/tests/threads/priority-donate-multiple.c index e1bccbd..df4689c 100644 --- a/src/tests/threads/priority-donate-multiple.c +++ b/src/tests/threads/priority-donate-multiple.c @@ -24,7 +24,7 @@ test_priority_donate_multiple (void) struct lock a, b; /* 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);