Commit 6ec382c9 authored by Aaron Jacobs's avatar Aaron Jacobs

Added another test name.

parent 7b0dfea7
......@@ -1405,3 +1405,7 @@ func (t *MemFSTest) RenameOverExistingFile() {
func (t *MemFSTest) RenameOverExistingDirectory() {
AssertTrue(false, "TODO")
}
func (t *MemFSTest) RenameNonExistentFile() {
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