diff --git a/utils/unittest/googletest/include/gtest/gtest-param-test.h b/utils/unittest/googletest/include/gtest/gtest-param-test.h index 2d63237f562..0cf05dc7ed9 100644 --- a/utils/unittest/googletest/include/gtest/gtest-param-test.h +++ b/utils/unittest/googletest/include/gtest/gtest-param-test.h @@ -155,7 +155,6 @@ INSTANTIATE_TEST_CASE_P(AnotherInstantiationName, FooTest, ValuesIn(pets)); #include #include -#include namespace testing { @@ -289,6 +288,12 @@ internal::ParamGenerator ValuesIn( return ValuesIn(container.begin(), container.end()); } +} // namespace testing + +#include + +namespace testing { + // Values() allows generating tests from explicitly specified list of // parameters. //