X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=src%2Ftests%2Fthreads%2Fpriority-preempt.c;h=3c3aacbd0336f41fb69d386c9576cb18f07c00ae;hb=2ce1eb4d6c0adc209f56789920362d455cca443e;hp=70f8acbee8ee67bd14349f73106a10dfbb031565;hpb=225e6b43b823eec0f3eef093f697c0b62538344f;p=pintos-anon diff --git a/src/tests/threads/priority-preempt.c b/src/tests/threads/priority-preempt.c index 70f8acb..3c3aacb 100644 --- a/src/tests/threads/priority-preempt.c +++ b/src/tests/threads/priority-preempt.c @@ -18,7 +18,7 @@ void test_priority_preempt (void) { /* 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);