Searched refs:not_m2 (Results 1 – 1 of 1) sorted by relevance
380 const Matcher<char> not_m2 = Not(m2); in TEST() local381 EXPECT_EQ("is odd", Describe(not_m2)); in TEST()