X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Ftests%2Fthreads%2Falarm-zero.c;h=c8a3ee2849fe04ab8776f6e961cf2adf5abb6f50;hb=854aa042a0e960f142cb15ecca8177ee01c3f927;hp=472b9d0ed976a69668062dec9950fe6cc9e3ceea;hpb=615bf3b3d2a8573ed6fb9ddc0055745e163ac999;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"