Add explanatory comments to threads tests.
[pintos-anon] / src / tests / threads / alarm-zero.c
index 472b9d0ed976a69668062dec9950fe6cc9e3ceea..c8a3ee2849fe04ab8776f6e961cf2adf5abb6f50 100644 (file)
@@ -1,6 +1,4 @@
-/* Problem 1-1: Alarm Clock tests.
-
-   Tests timer_sleep(0).  Only requirement is that it not crash. */
+/* Tests timer_sleep(0), which should return immediately. */
 
 #include <stdio.h>
 #include "tests/threads/tests.h"