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

Added a test stub.

parent f7f7ac8f
......@@ -1369,6 +1369,11 @@ func (t *MemFSTest) RenameWithinDir_Directory() {
ExpectEq(os.FileMode(0700)|os.ModeDir, fi.Mode())
}
func (t *MemFSTest) RenameWithinDir_SameName() {
// TODO(jacobsa): Make sure to check what a real file system does here.
AssertTrue(false, "TODO")
}
func (t *MemFSTest) RenameAcrossDirs_File() {
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