Home | History | Annotate | Download | only in test

Lines Matching refs:ASSERT_DEBUG_DEATH

590 // Tests that ASSERT_DEBUG_DEATH works as expected
600 ASSERT_DEBUG_DEATH({ // NOLINT
651 ASSERT_DEBUG_DEATH(return, "") << "This is expected to fail.";
655 // Tests that ASSERT_DEBUG_DEATH in debug mode aborts the function on