Update test_errors.cpp

pull/2668/head
Gabi Melman 3 years ago committed by GitHub
parent febc1e233d
commit 2a861d28bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,7 +23,7 @@ protected:
};
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]")
{
prepare_logdir();

Loading…
Cancel
Save