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 7c86604 commit fa5aee7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/easylog/tests/test_easylog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ 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 fa5aee7

Please sign in to comment.