Commit 7af6c930 authored by Aaron Jacobs's avatar Aaron Jacobs

Declared a test for directories.

parent 2fcd202d
......@@ -451,3 +451,7 @@ func (t *FlushFSTest) Dup2_CloseError() {
func (t *FlushFSTest) Mmap() {
AssertTrue(false, "TODO")
}
func (t *FlushFSTest) Directory() {
AssertTrue(false, "TODO")
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment