Added test of pattern_formatter::clone()

This commit is contained in:
gabime
2018-11-12 15:59:03 +02:00
parent 314991ac60
commit 1d5b6d7ae6
2 changed files with 34 additions and 1 deletions

View File

@@ -92,7 +92,7 @@ TEST_CASE("periodic flush", "[periodic_flush]")
spdlog::drop_all();
}
TEST_CASE("clone", "[clone]")
TEST_CASE("clone-logger", "[clone]")
{
using namespace spdlog;