mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
Clean prev source_loc impl leftovers
This commit is contained in:
@@ -19,6 +19,3 @@ TEST_CASE("test_source_location", "[source_location]") {
|
||||
REQUIRE(test_sink->lines().size() == 2);
|
||||
REQUIRE(test_sink->lines()[1] == "test_source_location.cpp:18 Hello");
|
||||
}
|
||||
|
||||
|
||||
//REQUIRE(oss.str() == std::string("test_source_location.cpp:20 Hello source location") + default_eol);
|
||||
|
Reference in New Issue
Block a user