Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
qicosmos committed Apr 15, 2024
1 parent fa5aee7 commit cec7b42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/easylog/tests/test_easylog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ TEST_CASE("test basic") {
easylog::set_min_severity(Severity::DEBUG);

ELOG_INFO << dummy_t{};

std::unique_ptr<int> ptr(new int(42));
ELOG_INFO << ptr.get();
ELOG_INFO << 42 << " " << 4.5 << 'a' << Severity::DEBUG;
Expand Down

0 comments on commit cec7b42

Please sign in to comment.