summaryrefslogtreecommitdiffstats
path: root/googletest/src/gtest.cc
diff options
context:
space:
mode:
authorsthd <sch@campus.technion.ac.il>2023-08-22 17:58:34 (GMT)
committersthd <sch@campus.technion.ac.il>2023-08-22 17:58:34 (GMT)
commitf0eae4b3995b77cfbb49cc91f98da5d1f3c4fe05 (patch)
tree34da2ebdcddfdfda79846575680854d9f19adad7 /googletest/src/gtest.cc
parentcb5cd96bcafc15eaaf73517357b596e9ca1e71b4 (diff)
downloadgoogletest-f0eae4b3995b77cfbb49cc91f98da5d1f3c4fe05.zip
googletest-f0eae4b3995b77cfbb49cc91f98da5d1f3c4fe05.tar.gz
googletest-f0eae4b3995b77cfbb49cc91f98da5d1f3c4fe05.tar.bz2
changed http to httpsrefs/pull/4349/head
Diffstat (limited to 'googletest/src/gtest.cc')
-rw-r--r--googletest/src/gtest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/src/gtest.cc b/googletest/src/gtest.cc
index 66a315e..62dfef6 100644
--- a/googletest/src/gtest.cc
+++ b/googletest/src/gtest.cc
@@ -879,7 +879,7 @@ int UnitTestOptions::GTestProcessSEH(DWORD seh_code, const char* location) {
// apparently).
//
// SEH exception code for C++ exceptions.
- // (see http://support.microsoft.com/kb/185294 for more information).
+ // (see https://support.microsoft.com/kb/185294 for more information).
const DWORD kCxxExceptionCode = 0xe06d7363;
if (!GTEST_FLAG_GET(catch_exceptions) || seh_code == kCxxExceptionCode ||