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
6c57d607
Unverified
Commit
6c57d607
authored
Jul 01, 2022
by
yutotnh
Browse files
fix: typo in test name
parent
2cf9987c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
googlemock/test/gmock-spec-builders_test.cc
googlemock/test/gmock-spec-builders_test.cc
+1
-1
No files found.
googlemock/test/gmock-spec-builders_test.cc
View file @
6c57d607
...
@@ -1064,7 +1064,7 @@ TEST(UnexpectedCallTest, UnmatchedArguments) {
...
@@ -1064,7 +1064,7 @@ TEST(UnexpectedCallTest, UnmatchedArguments) {
// Tests that Google Mock explains that an expectation with
// Tests that Google Mock explains that an expectation with
// unsatisfied pre-requisites doesn't match the call.
// unsatisfied pre-requisites doesn't match the call.
TEST
(
UnexpectedCallTest
,
Unsatis
i
fiedPrerequisites
)
{
TEST
(
UnexpectedCallTest
,
UnsatisfiedPrerequisites
)
{
Sequence
s1
,
s2
;
Sequence
s1
,
s2
;
MockB
b
;
MockB
b
;
EXPECT_CALL
(
b
,
DoB
(
1
)).
InSequence
(
s1
);
EXPECT_CALL
(
b
,
DoB
(
1
)).
InSequence
(
s1
);
...
...
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