Fix two bugs in the base Pintos code:
[pintos-anon] / src / tests / threads / priority-donate-lower.c
index 3f63db8d00bac93e4f4b9d14fa0727d7cc6aa20f..4965d756c47700a82663e1140862f66486c47c3f 100644 (file)
@@ -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);