aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--googletest/test/gtest-param-test_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/test/gtest-param-test_test.cc b/googletest/test/gtest-param-test_test.cc
index 60bdfea0..11ad853c 100644
--- a/googletest/test/gtest-param-test_test.cc
+++ b/googletest/test/gtest-param-test_test.cc
@@ -538,7 +538,7 @@ TEST(CombineTest, CombineWithMaxNumberOfParameters) {
class NonDefaultConstructAssignString {
public:
- NonDefaultConstructAssignString(const std::string& str) : str_(str) {}
+ NonDefaultConstructAssignString(const std::string& s) : str_(s) {}
const std::string& str() const { return str_; }