Skip to content

Commit

Permalink
Googletest export
Browse files Browse the repository at this point in the history
Fix typo

PiperOrigin-RevId: 333745750
  • Loading branch information
Abseil Team authored and suertreus committed Sep 29, 2020
1 parent fe4d5f1 commit 705b9c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion googlemock/include/gmock/gmock-function-mocker.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ using internal::FunctionMocker;
::testing::tuple_size<typename ::testing::internal::Function< \
__VA_ARGS__>::ArgumentTuple>::value == _N, \
"This method does not take " GMOCK_PP_STRINGIZE( \
_N) " arguments. Parenthesize all types with unproctected commas.")
_N) " arguments. Parenthesize all types with unprotected commas.")

#define GMOCK_INTERNAL_ASSERT_VALID_SPEC(_Spec) \
GMOCK_PP_FOR_EACH(GMOCK_INTERNAL_ASSERT_VALID_SPEC_ELEMENT, ~, _Spec)
Expand Down

0 comments on commit 705b9c1

Please sign in to comment.