Home | History | Annotate | Download | only in test

Lines Matching refs:NonVoidFunction

165 int NonVoidFunction() {
166 DieInside("NonVoidFunction");
457 TEST_F(TestForDeathTest, NonVoidFunction) {
458 ASSERT_DEATH(NonVoidFunction(), "NonVoidFunction");