aboutsummaryrefslogtreecommitdiffstats
path: root/googletest/include
diff options
context:
space:
mode:
authorAbseil Team <absl-team@google.com>2020-01-15 14:14:57 -0500
committervslashg <gfalcon@google.com>2020-01-16 13:56:21 -0500
commit8b4817e3df3746a20502a84580f661ac448821be (patch)
treec7988e3b347ad1b1e3f86e62d2afc64e3bf20ba9 /googletest/include
parent5336106b66db4726174da8c2bdd5d4e80c55897e (diff)
downloadgoogletest-8b4817e3df3746a20502a84580f661ac448821be.tar.gz
googletest-8b4817e3df3746a20502a84580f661ac448821be.tar.bz2
googletest-8b4817e3df3746a20502a84580f661ac448821be.zip
Googletest export
Correct the spelling of PARAMETERIZED. PiperOrigin-RevId: 289897278
Diffstat (limited to 'googletest/include')
-rw-r--r--googletest/include/gtest/gtest-param-test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/include/gtest/gtest-param-test.h b/googletest/include/gtest/gtest-param-test.h
index 37417a98..5b039df9 100644
--- a/googletest/include/gtest/gtest-param-test.h
+++ b/googletest/include/gtest/gtest-param-test.h
@@ -493,7 +493,7 @@ internal::CartesianProductHolder<Generator...> Combine(const Generator&... g) {
// Allow Marking a Parameterized test class as not needing to be instantiated.
-#define GTEST_ALLOW_UNINSTANTIATED_PARAMTERIZED_TEST(T) \
+#define GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(T) \
namespace gtest_do_not_use_outside_namespace_scope {} \
static const ::testing::internal::MarkAsIgnored gtest_allow_ignore_##T( \
GTEST_STRINGIFY_(T))