aboutsummaryrefslogtreecommitdiffstats
path: root/googletest/test
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-08-01 11:09:34 -0400
committerGitHub <noreply@github.com>2018-08-01 11:09:34 -0400
commit16c65a476a125b12cc9cda34ae32ce09bc643dc6 (patch)
tree3ee12a206ab4eb3960b77e30d09f3e0c6e7f55a4 /googletest/test
parente69a1a83402dfe7c963b9df5c1d15184fd2fab06 (diff)
parent572b07ff8d93164b2819fa1800e8ee5bf08537db (diff)
downloadgoogletest-16c65a476a125b12cc9cda34ae32ce09bc643dc6.tar.gz
googletest-16c65a476a125b12cc9cda34ae32ce09bc643dc6.tar.bz2
googletest-16c65a476a125b12cc9cda34ae32ce09bc643dc6.zip
Merge branch 'master' into master
Diffstat (limited to 'googletest/test')
-rw-r--r--googletest/test/gtest-death-test_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/test/gtest-death-test_test.cc b/googletest/test/gtest-death-test_test.cc
index 37261cb6..9d8f13c6 100644
--- a/googletest/test/gtest-death-test_test.cc
+++ b/googletest/test/gtest-death-test_test.cc
@@ -784,7 +784,7 @@ static void TestExitMacros() {
// Of all signals effects on the process exit code, only those of SIGABRT
// are documented on Windows.
- // See http://msdn.microsoft.com/en-us/library/dwwzkt4c(VS.71).aspx.
+ // See https://msdn.microsoft.com/en-us/query-bi/m/dwwzkt4c.
EXPECT_EXIT(raise(SIGABRT), testing::ExitedWithCode(3), "") << "b_ar";
# elif !GTEST_OS_FUCHSIA