mirror of
https://github.com/google/googletest.git
synced 2025-12-08 01:36:50 +08:00
Compare commits
2 Commits
351ea18150
...
e8ce454c39
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e8ce454c39 | ||
|
|
048dcb91d5 |
@ -923,7 +923,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 ||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user