clang warning https://travis-ci.org/google/googletest/jobs/340978022
This commit is contained in:
parent
9e072812e3
commit
e76f4ee9fd
|
@ -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_; }
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user