X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftests%2Fuserprog%2Fread-normal.c;h=16d15cc20f71e088587ef07a92dcf726789dbe20;hb=3f3135e756103a273fd9d1c6cc317e39848da023;hp=a68881897b65f0a2fb6e7084ea89bf03826df084;hpb=4ebf33908a571a7cde93fe618902b044e3633cdf;p=pintos-anon diff --git a/src/tests/userprog/read-normal.c b/src/tests/userprog/read-normal.c index a688818..16d15cc 100644 --- a/src/tests/userprog/read-normal.c +++ b/src/tests/userprog/read-normal.c @@ -1,3 +1,5 @@ +/* Try reading a file in the most normal way. */ + #include "tests/userprog/sample.inc" #include "tests/lib.h" #include "tests/main.h"