Home | History | Annotate | Download | only in test

Lines Matching refs:NonVoidFunction

173 int NonVoidFunction() {
174 DieInside("NonVoidFunction");
523 TEST_F(TestForDeathTest, NonVoidFunction) {
524 ASSERT_DEATH(NonVoidFunction(), "NonVoidFunction");