Skip to content

Commit

Permalink
Merge pull request #4219 from jerylvaz:main
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 524932412
Change-Id: Ie70282f7e82cb3b9442bd15bbe49bb9b00e56eb9
  • Loading branch information
copybara-github committed Apr 17, 2023
2 parents 922e0b7 + 952560d commit d25e625
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion googlemock/include/gmock/gmock-matchers.h
Original file line number Diff line number Diff line change
Expand Up @@ -5544,7 +5544,8 @@ PolymorphicMatcher<internal::ExceptionMatcherImpl<Err>> ThrowsMessage(
\
private: \
::std::string FormatDescription(bool negation) const { \
::std::string gmock_description = (description); \
::std::string gmock_description; \
gmock_description = (description); \
if (!gmock_description.empty()) { \
return gmock_description; \
} \
Expand Down

0 comments on commit d25e625

Please sign in to comment.