]> git-server-git.apps.pok.os.sepia.ceph.com Git - googletest.git/commitdiff
Fix typo "definedin in" => "defined in"
authorArthur Sonzogni <sonzogniarthur@gmail.com>
Tue, 20 Oct 2020 13:45:52 +0000 (15:45 +0200)
committerArthur Sonzogni <sonzogniarthur@gmail.com>
Tue, 20 Oct 2020 13:45:52 +0000 (15:45 +0200)
Replace "definedin in" by "defined in" in files:
- googletest/src/gtest.cc
- googletest/test/googletest-output-test-golden-lin.txt

googletest/src/gtest.cc
googletest/test/googletest-output-test-golden-lin.txt

index b5bc35396a4c3ee68a5ce954ca6ae756c6d8985a..3c32da8b6deab3c89db35fefca6008611729d0e0 100644 (file)
@@ -555,7 +555,7 @@ void TypeParameterizedTestSuiteRegistry::CheckForInstantiations() {
         "utilities.)"
         "\n\n"
         "To suppress this error for this test suite, insert the following line "
-        "(in a non-header) in the namespace it is definedin in:"
+        "(in a non-header) in the namespace it is defined in:"
         "\n\n"
         "GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(" +
         testcase.first + ");";
index 9ad927d53e7661b6045e46369e197cc424e4baba..3fab3b97d8f1a22b641d755ab8359e5b03c92209 100644 (file)
@@ -1013,7 +1013,7 @@ Type parameterized test suite DetectNotInstantiatedTypesTest is defined via REGI
 
 Ideally, TYPED_TEST_P definitions should only ever be included as part of binaries that intend to use them. (As opposed to, for example, being placed in a library that may be linked in to get other utilities.)
 
-To suppress this error for this test suite, insert the following line (in a non-header) in the namespace it is definedin in:
+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_PARAMETERIZED_TEST(DetectNotInstantiatedTypesTest);
 Stack trace: (omitted)