aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/test
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2018-07-19 12:42:39 -0400
committerGennadiy Civil <misterg@google.com>2018-07-19 12:42:39 -0400
commit0c17888bcfa7a05ae2cb14c1f5e2451ea9745211 (patch)
treeae60b93c3c71121250fb0afc1b47bb190e6e2923 /googlemock/test
parenta3509a5aa49e1d17d12f54e714b4923b97d0f6bc (diff)
downloadgoogletest-0c17888bcfa7a05ae2cb14c1f5e2451ea9745211.tar.gz
googletest-0c17888bcfa7a05ae2cb14c1f5e2451ea9745211.tar.bz2
googletest-0c17888bcfa7a05ae2cb14c1f5e2451ea9745211.zip
code sync
Diffstat (limited to 'googlemock/test')
-rw-r--r--googlemock/test/gmock-matchers_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/googlemock/test/gmock-matchers_test.cc b/googlemock/test/gmock-matchers_test.cc
index a4518425..f9dfd3c1 100644
--- a/googlemock/test/gmock-matchers_test.cc
+++ b/googlemock/test/gmock-matchers_test.cc
@@ -2795,6 +2795,7 @@ TEST(ElementsAreTest, HugeMatcherUnordered) {
#endif // GTEST_LANG_CXX11
+
// Tests that AnyOf(m1, ..., mn) describes itself properly.
TEST(AnyOfTest, CanDescribeSelf) {
Matcher<int> m;