Googletest export

Internal Change

PiperOrigin-RevId: 225231727
This commit is contained in:
misterg
2018-12-12 15:24:04 -05:00
committed by jueminyang
parent 3949c403c0
commit 81f0026066
15 changed files with 19 additions and 19 deletions

View File

@@ -291,7 +291,7 @@ void ReportUninterestingCall(CallReaction reaction, const std::string& msg) {
"call should not happen. Do not suppress it by blindly adding "
"an EXPECT_CALL() if you don't mean to enforce the call. "
"See "
"https://github.com/abseil/googletest/blob/master/googlemock/"
"https://github.com/google/googletest/blob/master/googlemock/"
"docs/CookBook.md#"
"knowing-when-to-expect for details.\n",
stack_frames_to_skip);