X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftests%2Fthreads%2Falarm-negative.c;h=aec52cf302fda17cf9557855a35e29dd2ed5497f;hb=086c09c08365eb549d855a095ced103a9c155fde;hp=83b3ac37eb41e8a6565c9166af82f30c67121f39;hpb=615bf3b3d2a8573ed6fb9ddc0055745e163ac999;p=pintos-anon diff --git a/src/tests/threads/alarm-negative.c b/src/tests/threads/alarm-negative.c index 83b3ac3..aec52cf 100644 --- a/src/tests/threads/alarm-negative.c +++ b/src/tests/threads/alarm-negative.c @@ -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 #include "tests/threads/tests.h"