Clean prev source_loc impl leftovers

This commit is contained in:
gabime
2024-11-29 13:04:08 +02:00
parent c7fc302710
commit 6ea6b065ba
3 changed files with 1 additions and 39 deletions

View File

@@ -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);