X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftests%2Fthreads%2Falarm-zero.c;h=c8a3ee2849fe04ab8776f6e961cf2adf5abb6f50;hb=e8fe9231ac87ff242138f08d0afa217f2f76bf76;hp=472b9d0ed976a69668062dec9950fe6cc9e3ceea;hpb=4ebf33908a571a7cde93fe618902b044e3633cdf;p=pintos-anon diff --git a/src/tests/threads/alarm-zero.c b/src/tests/threads/alarm-zero.c index 472b9d0..c8a3ee2 100644 --- a/src/tests/threads/alarm-zero.c +++ b/src/tests/threads/alarm-zero.c @@ -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 #include "tests/threads/tests.h"