Skip to content

Commit 2f10538

Browse files
committed
Add full date to stdout tests
1 parent a2339c5 commit 2f10538

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_stdout_api.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#include "includes.h"
66
#include "spdlog/sinks/stdout_sinks.h"
77
#include "spdlog/sinks/stdout_color_sinks.h"
8+
89
TEST_CASE("stdout_st", "[stdout]") {
910
auto l = spdlog::stdout_logger_st("test");
1011
l->set_pattern("%+");

0 commit comments

Comments
 (0)