diff options
author | Piotr Kąkol <piotrkakol@protonmail.com> | 2018-07-25 19:19:26 +0200 |
---|---|---|
committer | Piotr Kąkol <piotrkakol@protonmail.com> | 2018-07-25 19:19:26 +0200 |
commit | 309e8a271e9aca1ef4aab899ce5d2d07c42123bb (patch) | |
tree | d4605b04beff460b56b32a43b4cdc1f396b261a4 /googletest/test | |
parent | 40904f897048f26c7af0b199e31f8385c446fcf9 (diff) | |
download | googletest-309e8a271e9aca1ef4aab899ce5d2d07c42123bb.tar.gz googletest-309e8a271e9aca1ef4aab899ce5d2d07c42123bb.tar.bz2 googletest-309e8a271e9aca1ef4aab899ce5d2d07c42123bb.zip |
Updated broken and outdated URLs
Diffstat (limited to 'googletest/test')
-rw-r--r-- | googletest/test/gtest-death-test_test.cc | 2 |
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 |