aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/test/gmock-cardinalities_test.cc
diff options
context:
space:
mode:
authorTanzinul Islam <tanzislam@users.noreply.github.com>2017-11-19 20:17:46 +0000
committerGitHub <noreply@github.com>2017-11-19 20:17:46 +0000
commit4ba3803f936a2f432e60841bc9358ea2f3a951eb (patch)
tree778e7ffd3bfda62cd3be3e01a2d0207d5ffe1d82 /googlemock/test/gmock-cardinalities_test.cc
parent78b1ff074799c776f90a77203fcd7adc98e11736 (diff)
parentd175c8bf823e709d570772b038757fadf63bc632 (diff)
downloadgoogletest-4ba3803f936a2f432e60841bc9358ea2f3a951eb.tar.gz
googletest-4ba3803f936a2f432e60841bc9358ea2f3a951eb.tar.bz2
googletest-4ba3803f936a2f432e60841bc9358ea2f3a951eb.zip
Merge branch 'master' into fix_death_test_child_mingw_wer_issue1116
Diffstat (limited to 'googlemock/test/gmock-cardinalities_test.cc')
-rw-r--r--googlemock/test/gmock-cardinalities_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/test/gmock-cardinalities_test.cc b/googlemock/test/gmock-cardinalities_test.cc
index 64815e57..04c792b5 100644
--- a/googlemock/test/gmock-cardinalities_test.cc
+++ b/googlemock/test/gmock-cardinalities_test.cc
@@ -391,7 +391,7 @@ TEST(ExactlyTest, HasCorrectBounds) {
EXPECT_EQ(3, c.ConservativeUpperBound());
}
-// Tests that a user can make his own cardinality by implementing
+// Tests that a user can make their own cardinality by implementing
// CardinalityInterface and calling MakeCardinality().
class EvenCardinality : public CardinalityInterface {