X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Ftests%2Fvm%2Fmmap-null.ck;h=aacdd65f524be22822f80dd485e9879984303faf;hb=325233dbbac73a07ac9d07c41c3a00e501920793;hp=7cfc1f188f95939620b6f11033b463c37c36739d;hpb=4ebf33908a571a7cde93fe618902b044e3633cdf;p=pintos-anon diff --git a/src/tests/vm/mmap-null.ck b/src/tests/vm/mmap-null.ck index 7cfc1f1..aacdd65 100644 --- a/src/tests/vm/mmap-null.ck +++ b/src/tests/vm/mmap-null.ck @@ -8,3 +8,4 @@ check_expected (IGNORE_EXIT_CODES => 1, [<<'EOF']); (mmap-null) try to mmap at address 0 (mmap-null) end EOF +pass;