mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 09:59:33 +08:00
code formatting and clang tidy warnings fixes
This commit is contained in:
@@ -33,7 +33,7 @@ TEST_CASE("flush_on", "[flush_on]]")
|
||||
|
||||
logger->info("Test message {}", 1);
|
||||
logger->info("Test message {}", 2);
|
||||
|
||||
|
||||
REQUIRE(file_contents(filename) == std::string("Should not be flushed\nTest message 1\nTest message 2\n"));
|
||||
REQUIRE(count_lines(filename) == 3);
|
||||
}
|
||||
|
Reference in New Issue
Block a user