X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftests%2Fuserprog%2Fexit.c;h=cb4eb8fc2769ae240ebd089e76a2a4b87c7841e6;hb=a36a980e3df79c1d75c7ebedd8cb85cfe01d0795;hp=ca5996975e61691ba21a1553a6655aad3ac1f99a;hpb=615bf3b3d2a8573ed6fb9ddc0055745e163ac999;p=pintos-anon diff --git a/src/tests/userprog/exit.c b/src/tests/userprog/exit.c index ca59969..cb4eb8f 100644 --- a/src/tests/userprog/exit.c +++ b/src/tests/userprog/exit.c @@ -1,3 +1,5 @@ +/* Tests the exit system call. */ + #include "tests/lib.h" #include "tests/main.h"