Home | History | Annotate | Download | only in test

Lines Matching refs:NonVoidFunction

170 int NonVoidFunction() {
171 DieInside("NonVoidFunction");
468 TEST_F(TestForDeathTest, NonVoidFunction) {
469 ASSERT_DEATH(NonVoidFunction(), "NonVoidFunction");