googletest icon indicating copy to clipboard operation
googletest copied to clipboard

Add return for GTEST_FAIL_AT

Open zloylos opened this issue 3 years ago • 0 comments

#4038 Now the test case works fine.

TEST(Foo, Bar) {
    GTEST_FAIL_AT("foo.c", 5) << "fail";
    abort();
}

zloylos avatar Oct 15 '22 23:10 zloylos