From fa6605dc9957a1e099e0fde0e181eb0a4e00ec28 Mon Sep 17 00:00:00 2001 From: gabime Date: Mon, 29 Apr 2024 19:52:34 +0300 Subject: [PATCH] Fix compile --- tests/test_create_dir.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_create_dir.cpp b/tests/test_create_dir.cpp index 3dbcf29c..f635c75a 100644 --- a/tests/test_create_dir.cpp +++ b/tests/test_create_dir.cpp @@ -85,7 +85,7 @@ TEST_CASE("dir_name", "[create_dir]") { #ifdef _WIN32 // -// test windows cases when drive letter is given e.g. C:\\some-folder\ +// test windows cases when drive letter is given e.g. C:\\some-folder // #include #include