X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Ftests%2Fvm%2Fmmap-twice.c;h=d277a37272fa61bfce5b60f72d50909612084be1;hb=5d814867067435b970dc4b46d31a942f6c410785;hp=1eca7a47b4a98cb1b6ed5f0c7fe90861298c0d33;hpb=4ebf33908a571a7cde93fe618902b044e3633cdf;p=pintos-anon diff --git a/src/tests/vm/mmap-twice.c b/src/tests/vm/mmap-twice.c index 1eca7a4..d277a37 100644 --- a/src/tests/vm/mmap-twice.c +++ b/src/tests/vm/mmap-twice.c @@ -1,3 +1,6 @@ +/* Maps the same file into memory twice and verifies that the + same data is readable in both. */ + #include #include #include "tests/vm/sample.inc"