Skip to content

Commit

Permalink
tests, add catch
Browse files Browse the repository at this point in the history
  • Loading branch information
annechko committed Jan 25, 2024
1 parent 85a3850 commit c5c6095
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,10 @@ int main()
res = 1;
show_error_msg(exception.what(), __FUNCTION__);
}
catch (...)
{
show_error_msg(__FUNCTION__);
}
}

if (res == 0)
Expand Down

0 comments on commit c5c6095

Please sign in to comment.