X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftests%2Fuserprog%2Fexit.ck;h=a552702b61a9a880471746dad64b17787b9b2941;hb=b51bfd75c7f55f008d67ec13d895694fbfa22430;hp=206c48b0b1f9cd233938d33789d830adfae6b22f;hpb=73389b59f54bfed8eb0cb370a5ffec1223686a9e;p=pintos-anon diff --git a/src/tests/userprog/exit.ck b/src/tests/userprog/exit.ck index 206c48b..a552702 100644 --- a/src/tests/userprog/exit.ck +++ b/src/tests/userprog/exit.ck @@ -6,3 +6,4 @@ check_expected ([<<'EOF']); (exit) begin exit: exit(57) EOF +pass;