PR feedback, a few other corrections
This commit is contained in:
parent
537d93fed5
commit
165d8aec51
@ -1,7 +0,0 @@
|
|||||||
afile
|
|
||||||
assertIn
|
|
||||||
AtLeast
|
|
||||||
AtMost
|
|
||||||
fo
|
|
||||||
SEH
|
|
||||||
Seh
|
|
@ -1,2 +1,2 @@
|
|||||||
[codespell]
|
[codespell]
|
||||||
ignore-words = .codespell.ignore
|
ignore-words-list = afile,assertin,atleast,atmost,fo,rel,seh
|
||||||
|
@ -1626,7 +1626,7 @@ class GTEST_API_ AssertHelper {
|
|||||||
private:
|
private:
|
||||||
// We put our data in a struct so that the size of the AssertHelper class can
|
// 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
|
// 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.
|
// reserves stack space for another AssertHelper.
|
||||||
struct AssertHelperData {
|
struct AssertHelperData {
|
||||||
AssertHelperData(TestPartResult::Type t, const char* srcfile, int line_num,
|
AssertHelperData(TestPartResult::Type t, const char* srcfile, int line_num,
|
||||||
|
@ -771,7 +771,7 @@ class TypeParameterizedTestSuiteRegistry {
|
|||||||
// Add an instantiation of a suit.
|
// Add an instantiation of a suit.
|
||||||
void RegisterInstantiation(const char* test_suite_name);
|
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).
|
// emit a test that reports that fact (configurably, as an error).
|
||||||
void CheckForInstantiations();
|
void CheckForInstantiations();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user