Add explanatory comments to threads tests.
[pintos-anon] / src / tests / threads / alarm-negative.c
index 83b3ac37eb41e8a6565c9166af82f30c67121f39..aec52cf302fda17cf9557855a35e29dd2ed5497f 100644 (file)
@@ -1,6 +1,4 @@
-/* Problem 1-1: Alarm Clock tests.
-
-   Tests timer_sleep(-100).  Only requirement is that it not crash. */
+/* Tests timer_sleep(-100).  Only requirement is that it not crash. */
 
 #include <stdio.h>
 #include "tests/threads/tests.h"