PR feedback, a few other corrections

This commit is contained in:
Mike Taves 2025-01-09 09:51:31 +13:00
parent 537d93fed5
commit 165d8aec51
No known key found for this signature in database
GPG key ID: AC43F18F7C8C6F56
4 changed files with 3 additions and 10 deletions

View file

@ -1,7 +0,0 @@
afile
assertIn
AtLeast
AtMost
fo
SEH
Seh

View file

@ -1,2 +1,2 @@
[codespell]
ignore-words = .codespell.ignore
ignore-words-list = afile,assertin,atleast,atmost,fo,rel,seh

View file

@ -1626,7 +1626,7 @@ class GTEST_API_ AssertHelper {
private:
// We put our data in a struct so that the size of the AssertHelper class can
// be as small as possible. This is important because gcc is incapable of
// re-using stack space even for temporary variables, so every EXPECT_EQ
// reusing stack space even for temporary variables, so every EXPECT_EQ
// reserves stack space for another AssertHelper.
struct AssertHelperData {
AssertHelperData(TestPartResult::Type t, const char* srcfile, int line_num,

View file

@ -771,7 +771,7 @@ class TypeParameterizedTestSuiteRegistry {
// Add an instantiation of a suit.
void RegisterInstantiation(const char* test_suite_name);
// For each suit repored as defined but not reported as instantiation,
// For each suit reported as defined but not reported as instantiation,
// emit a test that reports that fact (configurably, as an error).
void CheckForInstantiations();