X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftests%2Fthreads%2Falarm-simultaneous.c;h=844eea47f9cb2f4e3120fa68a60c54bb4c6c6c4e;hb=1a6d3a6561026958c9d1150a4022907a0e3cde27;hp=4ba3651f44cba4a3fca97bd6f7fe7915b286568f;hpb=8ca5213c1e8ce0823465f23000bfb609e841aae1;p=pintos-anon diff --git a/src/tests/threads/alarm-simultaneous.c b/src/tests/threads/alarm-simultaneous.c index 4ba3651..844eea4 100644 --- a/src/tests/threads/alarm-simultaneous.c +++ b/src/tests/threads/alarm-simultaneous.c @@ -37,7 +37,7 @@ test_sleep (int thread_cnt, int iterations) int i; /* This test does not work with the MLFQS. */ - ASSERT (!enable_mlfqs); + ASSERT (!thread_mlfqs); msg ("Creating %d threads to sleep %d times each.", thread_cnt, iterations); msg ("Each thread sleeps 10 ticks each time.");