Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed Sep 1, 2023
1 parent 25e4eba commit f6da06d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion far/exception_handler_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -294,10 +294,10 @@ namespace tests
WARNING_PUSH()
WARNING_DISABLE_CLANG("-Wmissing-noreturn")
static void cpp_assertion_failure()
WARNING_POP()
{
assert(true == false);
}
WARNING_POP()

static void seh_access_violation_read()
{
Expand Down

0 comments on commit f6da06d

Please sign in to comment.