X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=src%2Ftests%2Fthreads%2Fpriority-donate-sema.c;h=b33cb721ed77daa5c88df8f8995d22044a1a8f41;hb=a36a980e3df79c1d75c7ebedd8cb85cfe01d0795;hp=89fd93d5c7d6c6bf15ae3e9fd85273d8b55b9c94;hpb=2791793b038dec7e3365d6570bff5c3afaaa188c;p=pintos-anon diff --git a/src/tests/threads/priority-donate-sema.c b/src/tests/threads/priority-donate-sema.c index 89fd93d..b33cb72 100644 --- a/src/tests/threads/priority-donate-sema.c +++ b/src/tests/threads/priority-donate-sema.c @@ -32,7 +32,7 @@ test_priority_donate_sema (void) struct lock_and_sema ls; /* 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);