mirror of
https://github.com/google/googletest.git
synced 2025-04-14 16:51:14 +00:00
Typo, double "the"
This commit is contained in:
parent
2d924d7a97
commit
97ff0fec11
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ class WithoutMatchers {
|
|||
GTEST_API_ WithoutMatchers GetWithoutMatchers();
|
||||
|
||||
// Disable MSVC warnings for infinite recursion, since in this case the
|
||||
// the recursion is unreachable.
|
||||
// recursion is unreachable.
|
||||
#ifdef _MSC_VER
|
||||
# pragma warning(push)
|
||||
# pragma warning(disable:4717)
|
||||
|
|
Loading…
Add table
Reference in a new issue