X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftests%2Fvm%2Fpt-bad-read.c;h=ee791ffe79433a946b41276333950a6e3c33188f;hb=5cc8ebe060af4b1f005fbe015379cd126f1bb6b9;hp=6b7f008039e444d5e0504be10e8b3fa76c602d4c;hpb=615bf3b3d2a8573ed6fb9ddc0055745e163ac999;p=pintos-anon diff --git a/src/tests/vm/pt-bad-read.c b/src/tests/vm/pt-bad-read.c index 6b7f008..ee791ff 100644 --- a/src/tests/vm/pt-bad-read.c +++ b/src/tests/vm/pt-bad-read.c @@ -1,3 +1,6 @@ +/* Reads from a file into a bad address. + The process must be terminated with -1 exit code. */ + #include #include "tests/lib.h" #include "tests/main.h"