diff options
author | John Bampton <jbampton@gmail.com> | 2021-04-15 01:53:53 (GMT) |
---|---|---|
committer | John Bampton <jbampton@gmail.com> | 2021-04-15 01:53:53 (GMT) |
commit | 050b51751840837e9da6dad684c5ae0f87ab1f60 (patch) | |
tree | 7fbbe29a644a87921fcedd1cb5a7b60daca9f487 /googletest/test/googletest-param-test-test.cc | |
parent | 8d664b94bebc86a9d3c6272bb41039310c550e58 (diff) | |
download | googletest-050b51751840837e9da6dad684c5ae0f87ab1f60.zip googletest-050b51751840837e9da6dad684c5ae0f87ab1f60.tar.gz googletest-050b51751840837e9da6dad684c5ae0f87ab1f60.tar.bz2 |
chore: fix spellingrefs/pull/3364/head
Diffstat (limited to 'googletest/test/googletest-param-test-test.cc')
-rw-r--r-- | googletest/test/googletest-param-test-test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/googletest/test/googletest-param-test-test.cc b/googletest/test/googletest-param-test-test.cc index c852220..023aa46 100644 --- a/googletest/test/googletest-param-test-test.cc +++ b/googletest/test/googletest-param-test-test.cc @@ -835,14 +835,14 @@ TEST(MacroNameing, LookupNames) { } } - // Check that the expected form of the test suit name actualy exists. + // Check that the expected form of the test suit name actually exists. EXPECT_NE( // know_suite_names.find("FortyTwo/MacroNamingTest"), know_suite_names.end()); EXPECT_NE( know_suite_names.find("MacroNamingTestNonParametrized"), know_suite_names.end()); - // Check that the expected form of the test name actualy exists. + // Check that the expected form of the test name actually exists. EXPECT_NE( // know_test_names.find("FortyTwo/MacroNamingTest.FooSomeTestName/0"), know_test_names.end()); |