diff options
Diffstat (limited to 'test/buildtool/file_system/file_system_manager.test.cpp')
-rw-r--r-- | test/buildtool/file_system/file_system_manager.test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/buildtool/file_system/file_system_manager.test.cpp b/test/buildtool/file_system/file_system_manager.test.cpp index 86334faf..805d8bc1 100644 --- a/test/buildtool/file_system/file_system_manager.test.cpp +++ b/test/buildtool/file_system/file_system_manager.test.cpp @@ -743,7 +743,7 @@ TEST_CASE("CopyDirectoryImpl", "[file_system]") { CHECK(FileSystemManager::WriteFile("boo", "a/bb.txt")); // Test copy - CHECK(FileSystemManager::CopyDirectoryImpl("a", to, true)); + CHECK(FileSystemManager::CopyDirectoryImpl("a", to)); // Result should be in tmp-dir now CHECK(FileSystemManager::IsDirectory(to)); |