Searched defs:SelfCompareTest (Results 1 – 1 of 1) sorted by relevance
99 class SelfCompareTest : public testing::TestWithParam<std::optional<int>> {}; class101 TEST_P(SelfCompareTest, SelfCompare) { in TEST_P() argument