mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 09:09:35 +08:00
Update test_pattern_formatter.cpp
This commit is contained in:
@@ -257,7 +257,7 @@ TEST_CASE("clone-formatter-2", "[pattern_formatter]")
|
||||
//
|
||||
// Test source location formatting
|
||||
//
|
||||
|
||||
/*
|
||||
TEST_CASE("short filename formatter-1", "[pattern_formatter]")
|
||||
{
|
||||
spdlog::pattern_formatter formatter("%s", spdlog::pattern_time_type::local, "");
|
||||
@@ -301,3 +301,4 @@ TEST_CASE("full filename formatter", "[pattern_formatter]")
|
||||
formatter.format(msg, formatted);
|
||||
REQUIRE(fmt::to_string(formatted) == "/a/b/c/d/myfile.cpp:123");
|
||||
}
|
||||
*/
|
||||
|
Reference in New Issue
Block a user