Declared a test for directories.

geesefs-0-30-9
Aaron Jacobs 2015-03-20 13:24:02 +11:00
parent 2fcd202d66
commit 7af6c9300f
1 changed files with 4 additions and 0 deletions

View File

@ -451,3 +451,7 @@ func (t *FlushFSTest) Dup2_CloseError() {
func (t *FlushFSTest) Mmap() {
AssertTrue(false, "TODO")
}
func (t *FlushFSTest) Directory() {
AssertTrue(false, "TODO")
}