Implement a proper block layer with partition support.
[pintos-anon] / src / tests / userprog / create-empty.c
index 4cb74d84624fe0314e5429d087582b38255b3260..fa26b43e37bf791b81d92ca789d293fe8c8109e1 100644 (file)
@@ -1,3 +1,5 @@
+/* Tries to create a file with the empty string as its name. */
+
 #include "tests/lib.h"
 #include "tests/main.h"