Commit e1466ba4 authored by Nico Weber's avatar Nico Weber
Browse files

Gender-neutralize comments in gtest.h.

This merges a Google-internal change.
parent 294f72bc
...@@ -2194,7 +2194,7 @@ bool StaticAssertTypeEq() { ...@@ -2194,7 +2194,7 @@ bool StaticAssertTypeEq() {
// name of the test within the test case. // name of the test within the test case.
// //
// A test fixture class must be declared earlier. The user should put // A test fixture class must be declared earlier. The user should put
// his test code between braces after using this macro. Example: // the test code between braces after using this macro. Example:
// //
// class FooTest : public testing::Test { // class FooTest : public testing::Test {
// protected: // protected:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment