We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b2f04 commit 6f14952Copy full SHA for 6f14952
googletest/include/gtest/gtest.h
@@ -1735,8 +1735,8 @@ class TestWithParam : public Test, public WithParamInterface<T> {};
1735
1736
// Like GTEST_FAIL(), but at the given source file location.
1737
#define GTEST_FAIL_AT(file, line) \
1738
- GTEST_MESSAGE_AT_(file, line, "Failed", \
1739
- ::testing::TestPartResult::kFatalFailure)
+ return GTEST_MESSAGE_AT_(file, line, "Failed", \
+ ::testing::TestPartResult::kFatalFailure)
1740
1741
// Define this macro to 1 to omit the definition of FAIL(), which is a
1742
// generic name and clashes with some other libraries.
0 commit comments