aboutsummaryrefslogtreecommitdiffstats
path: root/googletest/test/googletest-output-test-golden-lin.txt
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/test/googletest-output-test-golden-lin.txt
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/test/googletest-output-test-golden-lin.txt')
-rw-r--r--googletest/test/googletest-output-test-golden-lin.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/googletest/test/googletest-output-test-golden-lin.txt b/googletest/test/googletest-output-test-golden-lin.txt
index a4a096e4..2b34aad3 100644
--- a/googletest/test/googletest-output-test-golden-lin.txt
+++ b/googletest/test/googletest-output-test-golden-lin.txt
@@ -990,7 +990,7 @@ Ideally, TEST_P definitions should only ever be included as part of binaries tha
To suppress this error for this test suite, insert the following line (in a non-header) in the namespace it is defined in:
-GTEST_ALLOW_UNINSTANTIATED_PARAMTERIZED_TEST(DetectNotInstantiatedTest);
+GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(DetectNotInstantiatedTest);
[ OK ] GoogleTestVerification.UninstantiatedParamaterizedTestSuite<DetectNotInstantiatedTest>
[ RUN ] GoogleTestVerification.UninstantiatedTypeParamaterizedTestSuite<DetectNotInstantiatedTypesTest>
Type paramaterized test suite DetectNotInstantiatedTypesTest is defined via REGISTER_TYPED_TEST_SUITE_P, but never instantiated via INSTANTIATE_TYPED_TEST_SUITE_P. None of the test cases will run.
@@ -999,7 +999,7 @@ Ideally, TYPED_TEST_P definitions should only ever be included as part of binari
To suppress this error for this test suite, insert the following line (in a non-header) in the namespace it is definedin in:
-GTEST_ALLOW_UNINSTANTIATED_PARAMTERIZED_TEST(DetectNotInstantiatedTypesTest);
+GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(DetectNotInstantiatedTypesTest);
[ OK ] GoogleTestVerification.UninstantiatedTypeParamaterizedTestSuite<DetectNotInstantiatedTypesTest>
[----------] Global test environment tear-down
BarEnvironment::TearDown() called.