Skip to content

Commit 3ea4864

Browse files
committed
Update Compiler_Features_41_Test.cpp
1 parent d795777 commit 3ea4864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ACE/tests/Compiler_Features_41_Test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ run_main (int, ACE_TCHAR *[])
4949
// If we're here due to an exception, that's the expected behavior - test passes
5050
}
5151
}
52-
ACE_SEH_EXCEPT (EXCEPTION_EXECUTE_HANDLER)
52+
ACE_SEH_EXCEPT (GetExceptionCode () == EXCEPTION_ACCESS_VIOLATION ? EXCEPTION_EXECUTE_HANDLER : EXCEPTION_CONTINUE_SEARCH)
5353
{
5454
ACE_DEBUG ((LM_DEBUG, ("In outer SEH_EXCEPT\n")));
5555
except_executed = true;

0 commit comments

Comments
 (0)