mirror of
https://github.com/google/googletest.git
synced 2025-01-14 00:20:57 +08:00
Add return for GTEST_FAIL_AT
This commit is contained in:
parent
a9b2f0495c
commit
6f149520a1
@ -1735,8 +1735,8 @@ class TestWithParam : public Test, public WithParamInterface<T> {};
|
||||
|
||||
// Like GTEST_FAIL(), but at the given source file location.
|
||||
#define GTEST_FAIL_AT(file, line) \
|
||||
GTEST_MESSAGE_AT_(file, line, "Failed", \
|
||||
::testing::TestPartResult::kFatalFailure)
|
||||
return GTEST_MESSAGE_AT_(file, line, "Failed", \
|
||||
::testing::TestPartResult::kFatalFailure)
|
||||
|
||||
// Define this macro to 1 to omit the definition of FAIL(), which is a
|
||||
// generic name and clashes with some other libraries.
|
||||
|
Loading…
x
Reference in New Issue
Block a user