diff --git a/googletest/include/gtest/internal/gtest-param-util.h b/googletest/include/gtest/internal/gtest-param-util.h index 0d4aafc5..063ba323 100644 --- a/googletest/include/gtest/internal/gtest-param-util.h +++ b/googletest/include/gtest/internal/gtest-param-util.h @@ -653,7 +653,7 @@ class ParameterizedTestSuiteInfo : public ParameterizedTestSuiteInfoBase { typedef ::std::vector InstantiationContainer; static bool IsValidParamName(const std::string& name) { - static constexpr validParamChars = "_-:/"; + static constexpr validParamChars = "_-:/"; // Check for empty string if (name.empty()) return false;