mirror of
https://github.com/google/googletest.git
synced 2025-01-01 14:57:54 +08:00
22397f28ef
Add missing explicit keyword for gmock_Impl constructor. When switching to using GMOCK_PP in ACTION* macroses `explicit` keyword was missed in gmock_Impl constructor causing ClangTidy warnings in ACTION_P macro. PiperOrigin-RevId: 291159975