Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
dfc36753
You need to sign in or sign up before continuing.
Commit
dfc36753
authored
Nov 16, 2021
by
Krystian Kuzniarek
Browse files
fix a typo
parent
1a3e2a26
Changes
1
Show 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 @
dfc36753
...
@@ -267,7 +267,7 @@ void ExpectationBase::UntypedTimes(const Cardinality& a_cardinality) {
...
@@ -267,7 +267,7 @@ void ExpectationBase::UntypedTimes(const Cardinality& a_cardinality) {
ExpectSpecProperty
(
ExpectSpecProperty
(
last_clause_
<
kTimes
,
last_clause_
<
kTimes
,
".Times() may only appear *before* .InSequence(), .WillOnce(), "
".Times() may only appear *before* .InSequence(), .WillOnce(), "
".WillRepeatedly(), or .Retires
o
nSaturation(), not after."
);
".WillRepeatedly(), or .Retires
O
nSaturation(), not after."
);
}
}
last_clause_
=
kTimes
;
last_clause_
=
kTimes
;
...
...
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