Update test_errors.cpp

This commit is contained in:
Gabi Melman 2023-03-05 21:43:07 +02:00 committed by GitHub
parent febc1e233d
commit 2a861d28bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ protected:
}; };
struct custom_ex {}; struct custom_ex {};
if !defined(SPDLOG_USE_STD_FORMAT) // std formt doesn't fully support tuntime strings #if !defined(SPDLOG_USE_STD_FORMAT) // std formt doesn't fully support tuntime strings
TEST_CASE("default_error_handler", "[errors]") TEST_CASE("default_error_handler", "[errors]")
{ {
prepare_logdir(); prepare_logdir();