X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftests%2Fuserprog%2Fopen-empty.c;h=3ea99074acf473d512e344844574d354ff35c4c1;hb=e8fe9231ac87ff242138f08d0afa217f2f76bf76;hp=28e7b80d8a8bcf6e0011753c5f28a9d6ebe75b2a;hpb=4ebf33908a571a7cde93fe618902b044e3633cdf;p=pintos-anon diff --git a/src/tests/userprog/open-empty.c b/src/tests/userprog/open-empty.c index 28e7b80..3ea9907 100644 --- a/src/tests/userprog/open-empty.c +++ b/src/tests/userprog/open-empty.c @@ -1,3 +1,5 @@ +/* Tries to open a file with the empty string as its name. */ + #include #include "tests/lib.h" #include "tests/main.h"