From 9d104f5ec69ca7a54e99631fd6d17d0749a04e93 Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Tue, 6 Feb 2024 08:59:31 +0100 Subject: [PATCH] test: enable unicode progress tests on Windows --- test/tool_main_test.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/tool_main_test.cpp b/test/tool_main_test.cpp index c0e8a812..096c2992 100644 --- a/test/tool_main_test.cpp +++ b/test/tool_main_test.cpp @@ -1760,9 +1760,7 @@ constexpr std::array const progress_modes{ "none", "simple", "ascii", -#ifndef _WIN32 "unicode", -#endif }; } // namespace