From 7754b4042f6d08026617dea21a4d476872aacf2f Mon Sep 17 00:00:00 2001 From: Derek Brown Date: Tue, 14 Jun 2022 21:34:40 -0400 Subject: [PATCH] Update gtest-param-util.h --- googletest/include/gtest/internal/gtest-param-util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;