From 9fea0e5fa806eb0d2a660f8d765b4bbf4ec2269b Mon Sep 17 00:00:00 2001 From: gabime Date: Fri, 29 Nov 2024 14:30:14 +0200 Subject: [PATCH] Fix windows compile (clang-format ordering( --- tests/test_create_dir.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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];