X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Ftests%2Fuserprog%2Fhalt.c;h=4a99bce04600aca879d1c46bc8380d799c80d100;hb=bffccc54acc0560186b8c38bc4a66897de5158eb;hp=b4fd9e1068b14f14d16e5d7fe50857ab8f451286;hpb=615bf3b3d2a8573ed6fb9ddc0055745e163ac999;p=pintos-anon diff --git a/src/tests/userprog/halt.c b/src/tests/userprog/halt.c index b4fd9e1..4a99bce 100644 --- a/src/tests/userprog/halt.c +++ b/src/tests/userprog/halt.c @@ -1,3 +1,5 @@ +/* Tests the halt system call. */ + #include "tests/lib.h" #include "tests/main.h"