Skip to content

Commit

Permalink
remove case
Browse files Browse the repository at this point in the history
  • Loading branch information
qicosmos committed Sep 4, 2023
1 parent 080c257 commit 5aa380e
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 @@ -89,7 +89,6 @@ TEST_CASE("test basic") {

ELOG(WARN) << "warn";
ELOG(WARNING) << "warning";
ELOG(FATAL) << "fatal";

ELOG(INFO) << "test log";
easylog::flush();
Expand Down

0 comments on commit 5aa380e

Please sign in to comment.