X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftests%2Fuserprog%2Fexit.ck;h=a552702b61a9a880471746dad64b17787b9b2941;hb=a03618133f7df0954802a470a4bee7674f7aed45;hp=206c48b0b1f9cd233938d33789d830adfae6b22f;hpb=615bf3b3d2a8573ed6fb9ddc0055745e163ac999;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;