Skip to content

Commit

Permalink
fix logging_test.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
chaokunyang committed Jan 11, 2024
1 parent 83a8c5f commit 54f2f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/fury/util/logging_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ namespace fury {
TEST(PrintLogTest, BasicLog) {
FURY_LOG(INFO) << "test info";
ASSERT_DEATH(FURY_LOG(FATAL) << "test fatal",
"\\[.*\\] FATAL src/fury/util/logging_test.cc:.*: test fatal");
"\\[.*\\] FATAL cpp/fury/util/logging_test.cc:.*: test fatal");
}

TEST(PrintLogTest, TestCheckOp) {
Expand Down

0 comments on commit 54f2f01

Please sign in to comment.