Go to the source code of this file.
#define GTEST_UNSUPPORTED_DEATH_TEST_ |
( |
|
statement, |
|
|
|
regex, |
|
|
|
terminator |
|
) |
| |
Value:
<< "Death tests are not supported on this platform.\n" \
<< "Statement '" #statement "' cannot be verified."; \
::testing::internal::RE::PartialMatch(".*", (regex)); \
GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_(statement); \
terminator; \
} else \
::testing::Message()
Definition at line 301 of file gtest-death-test-internal.h.
View newest version in sPHENIX GitHub at line 301 of file gtest-death-test-internal.h