X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftests%2Fuserprog%2Fwrite-boundary.ck;h=788378179c57064823ab362c2176edafdc1b3c3f;hb=e8fe9231ac87ff242138f08d0afa217f2f76bf76;hp=720e3cd6b15efa06ea239c0b8d8d7f1b29f22b5b;hpb=4ebf33908a571a7cde93fe618902b044e3633cdf;p=pintos-anon diff --git a/src/tests/userprog/write-boundary.ck b/src/tests/userprog/write-boundary.ck index 720e3cd..7883781 100644 --- a/src/tests/userprog/write-boundary.ck +++ b/src/tests/userprog/write-boundary.ck @@ -8,3 +8,4 @@ check_expected ([<<'EOF']); (write-boundary) end write-boundary: exit(0) EOF +pass;