diff --git a/tests/test_create_dir.cpp b/tests/test_create_dir.cpp index 9fe35d07..6f38006c 100644 --- a/tests/test_create_dir.cpp +++ b/tests/test_create_dir.cpp @@ -78,8 +78,11 @@ TEST_CASE("dir_name", "[create_dir]") { // // test windows cases when drive letter is given e.g. C:\\some-folder // - #include + // clang-format off #include + #include + // clang-format on + std::string get_full_path(const std::string &relative_folder_path) { char full_path[MAX_PATH];