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."; \
terminator; \
} else \
::testing::Message()
#define GTEST_LOG_(severity)
static bool PartialMatch(const ::std::string &str, const RE &re)
GTEST_API_ bool AlwaysTrue()
#define GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_(statement)
Definition at line 310 of file gtest-death-test.h.