Home | History | Annotate | Download | only in test

Lines Matching refs:NonVoidFunction

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