summaryrefslogtreecommitdiffstats
path: root/googletest/src/gtest-death-test.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-death-test.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-death-test.cc')
-rw-r--r--googletest/src/gtest-death-test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/src/gtest-death-test.cc b/googletest/src/gtest-death-test.cc
index 0eb6e38..8417a30 100644
--- a/googletest/src/gtest-death-test.cc
+++ b/googletest/src/gtest-death-test.cc
@@ -783,7 +783,7 @@ DeathTest::TestRole WindowsDeathTest::AssumeRole() {
StreamableToString(static_cast<unsigned int>(::GetCurrentProcessId())) +
// size_t has the same width as pointers on both 32-bit and 64-bit
// Windows platforms.
- // See http://msdn.microsoft.com/en-us/library/tcxf1dw6.aspx.
+ // See https://msdn.microsoft.com/en-us/library/tcxf1dw6.aspx.
"|" + StreamableToString(reinterpret_cast<size_t>(write_handle)) + "|" +
StreamableToString(reinterpret_cast<size_t>(event_handle_.Get()));