Reduce the number of occurrences of gendered pronouns in gtest.

This commit is contained in:
kosak
2014-06-18 00:22:42 +00:00
parent 21ee8a2e72
commit 96ddffe8fd
6 changed files with 25 additions and 25 deletions

View File

@@ -64,9 +64,9 @@
// Indicates that this translation unit is part of Google Test's
// implementation. It must come before gtest-internal-inl.h is
// included, or there will be a compiler error. This trick is to
// prevent a user from accidentally including gtest-internal-inl.h in
// his code.
// included, or there will be a compiler error. This trick exists to
// prevent the accidental inclusion of gtest-internal-inl.h in the
// user's code.
#define GTEST_IMPLEMENTATION_ 1
#include "src/gtest-internal-inl.h"
#undef GTEST_IMPLEMENTATION_