Add explanatory comments to filesys tests.
[pintos-anon] / src / tests / filesys / base / syn-remove.c
index 7f0cb61e96805c681781e511947c8ca148ec3d0a..7f6cd9f3ae2248e6307075a46f9f03d05b2eac64 100644 (file)
@@ -1,3 +1,6 @@
+/* Verifies that a deleted file may still be written to and read
+   from. */
+
 #include <random.h>
 #include <string.h>
 #include <syscall.h>