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
f8d909d0
Commit
f8d909d0
authored
Aug 07, 2017
by
Gennadiy Civil
Committed by
GitHub
Aug 07, 2017
Browse files
Merge pull request #1173 from shlomif/correct-typo
Correct some typos in a comment
parents
22d1a7a1
aac40333
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
googlemock/test/gmock-generated-actions_test.cc
googlemock/test/gmock-generated-actions_test.cc
+1
-1
No files found.
googlemock/test/gmock-generated-actions_test.cc
View file @
f8d909d0
...
@@ -1120,7 +1120,7 @@ TEST(ActionTemplateTest, WorksForIntegralTemplateParams) {
...
@@ -1120,7 +1120,7 @@ TEST(ActionTemplateTest, WorksForIntegralTemplateParams) {
EXPECT_FALSE
(
b
);
// Verifies that resetter is deleted.
EXPECT_FALSE
(
b
);
// Verifies that resetter is deleted.
}
}
// Tests that ACTION_TEMPLATE
S
works for template parameters.
// Tests that ACTION_TEMPLATE works for
a template with
template parameters.
ACTION_TEMPLATE
(
ReturnSmartPointer
,
ACTION_TEMPLATE
(
ReturnSmartPointer
,
HAS_1_TEMPLATE_PARAMS
(
template
<
typename
Pointee
>
class
,
HAS_1_TEMPLATE_PARAMS
(
template
<
typename
Pointee
>
class
,
Pointer
),
Pointer
),
...
...
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