Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
Doris-Extras committed May 21, 2024
1 parent 4aba894 commit e440357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/test/util/doris_callonce_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ TEST_F(DorisCallOnceTest, TestExceptionHappens) {
try {
try {
Status st = call1.call([&]() -> Status {
throw std::exception("runtime error happens");
throw std::exception();
return Status::InternalError("");
});
} catch (const std::runtime_error&) {
Expand Down

0 comments on commit e440357

Please sign in to comment.