googletest
googletest copied to clipboard
Add const as reported by clang-tidy misc-const-correctness
trafficstars
Currently, enabling the misc-const-correctness clang-tidy check produces issues with some gtest macros. This PR adds missing const to fix the warning and let users enable the check without the need to wrap gtest in NOLINT.