X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftests%2Fuserprog%2Fread-normal.c;h=16d15cc20f71e088587ef07a92dcf726789dbe20;hb=a96d2712f349629d7fe2186e2620f1704cbdee50;hp=a68881897b65f0a2fb6e7084ea89bf03826df084;hpb=615bf3b3d2a8573ed6fb9ddc0055745e163ac999;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"