Remove file that was not used.
[pintos-anon] / src / tests / threads / priority-preempt.c
index f6f799c4127957b15d0877f28d9c7275bc843012..452c6807c25c524d2d1d4de02b29b622baaac4b9 100644 (file)
@@ -1,4 +1,4 @@
-/* Problem 1-3: Priority Scheduling tests.
+/* Ensures that a high-priority thread really preempts.
 
    Based on a test originally submitted for Stanford's CS 140 in
    winter 1999 by by Matt Franklin