Home
last modified time | relevance | path

Searched refs:not_m2 (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-comparisons_test.cc380 const Matcher<char> not_m2 = Not(m2); in TEST() local
381 EXPECT_EQ("is odd", Describe(not_m2)); in TEST()