X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftests%2Fuserprog%2Fwrite-normal.c;h=e0297aa38475f5adcf41562be33f20a4f9a159e8;hb=HEAD;hp=b13da9a0fea4b166c2a380f93da5668fc0e2413e;hpb=615bf3b3d2a8573ed6fb9ddc0055745e163ac999;p=pintos-anon diff --git a/src/tests/userprog/write-normal.c b/src/tests/userprog/write-normal.c index b13da9a..e0297aa 100644 --- a/src/tests/userprog/write-normal.c +++ b/src/tests/userprog/write-normal.c @@ -1,3 +1,5 @@ +/* Try writing a file in the most normal way. */ + #include #include "tests/userprog/sample.inc" #include "tests/lib.h"