Searched refs:TestEq1 (Results 1 – 2 of 2) sorted by relevance
60 void TestEq1(int x) { ASSERT_EQ(1, x); } in TestEq1() function66 TestEq1(2); in TryTestSubroutine()
3855 void TestEq1(int x) { ASSERT_EQ(1, x); } in TestEq1() function3859 EXPECT_FATAL_FAILURE(TestEq1(2), " x\n Which is: 2"); in TEST()