Updated pattern_foramtter tests

This commit is contained in:
gabime 2019-06-28 17:31:55 +03:00
parent d1d2609f49
commit f09334dc6f
1 changed files with 1 additions and 0 deletions

View File

@ -193,6 +193,7 @@ TEST_CASE("left_padded_max", "[pattern_formatter]")
"[pattern_tester ] Some message\n");
}
TEST_CASE("clone-default-formatter", "[pattern_formatter]")
{
auto formatter_1 = std::make_shared<spdlog::pattern_formatter>();