Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
dfa990f9
Unverified
Commit
dfa990f9
authored
Jun 27, 2022
by
assafpr
Committed by
GitHub
Jun 27, 2022
Browse files
Update gmock-spec-builders.cc
parent
df4b8ede
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
googlemock/src/gmock-spec-builders.cc
googlemock/src/gmock-spec-builders.cc
+1
-1
No files found.
googlemock/src/gmock-spec-builders.cc
View file @
dfa990f9
...
@@ -295,7 +295,7 @@ void ReportUninterestingCall(CallReaction reaction, const std::string& msg) {
...
@@ -295,7 +295,7 @@ void ReportUninterestingCall(CallReaction reaction, const std::string& msg) {
"call should not happen. Do not suppress it by blindly adding "
"call should not happen. Do not suppress it by blindly adding "
"an EXPECT_CALL() if you don't mean to enforce the call. "
"an EXPECT_CALL() if you don't mean to enforce the call. "
"See "
"See "
"https://github.com/google/googletest/blob/ma
ster
/docs/"
"https://github.com/google/googletest/blob/ma
in
/docs/"
"gmock_cook_book.md#"
"gmock_cook_book.md#"
"knowing-when-to-expect for details.
\n
"
,
"knowing-when-to-expect for details.
\n
"
,
stack_frames_to_skip
);
stack_frames_to_skip
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment