Skip to content

Add return for GTEST_FAIL_AT #4039

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from Nov 10, 2022
Merged

Add return for GTEST_FAIL_AT #4039

merged 1 commit into from Nov 10, 2022

Conversation

ghost
Copy link

@ghost ghost commented Oct 15, 2022

#4038
Now the test case works fine.

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

@ghost ghost changed the title Add return for GTEST_FAIL_AT #4038 Add return for GTEST_FAIL_AT Oct 16, 2022
@dinord dinord self-assigned this Oct 17, 2022
@copybara-service copybara-service bot merged commit 44c0364 into google:main Nov 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant