This commit is contained in:
Jan Kevin Dick 2019-11-18 13:34:02 +01:00
parent 062a662cd8
commit 1eab6cfd1f

View File

@ -517,9 +517,6 @@ void FileTest::testCopyDirectoryFailIfExists()
ostr2 << "Hello, world!" << std::endl;
ostr2.close();
Path pd2("destination");
File fd2(pd2);
try {