This commit is contained in:
Arnaud Kleinpeter 2025-03-29 22:10:31 +00:00 committed by GitHub
commit 4f5fde3add
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -916,7 +916,7 @@ int UnitTestOptions::GTestProcessSEH(DWORD seh_code, const char* location) {
// apparently).
//
// SEH exception code for C++ exceptions.
// (see https://support.microsoft.com/kb/185294 for more information).
// (see https://learn.microsoft.com/en-us/cpp/cpp/structured-exception-handling-c-cpp for more information).
const DWORD kCxxExceptionCode = 0xe06d7363;
if (!GTEST_FLAG_GET(catch_exceptions) || seh_code == kCxxExceptionCode ||