#include "gtest/internal/gtest-internal.h"
#include <stdio.h>
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)
#define GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_(statement)
GTEST_API_ bool AlwaysTrue()
if(FOLLY_USE_SYMBOLIZER) add_library(folly_exception_tracer_base ExceptionTracer.cpp StackTrace.cpp) apply_folly_compile_options_to_target(folly_exception_tracer_base) target_link_libraries(folly_exception_tracer_base PUBLIC folly) add_library(folly_exception_tracer ExceptionStackTraceLib.cpp ExceptionTracerLib.cpp) apply_folly_compile_options_to_target(folly_exception_tracer) target_link_libraries(folly_exception_tracer PUBLIC folly_exception_tracer_base) add_library(folly_exception_counter ExceptionCounterLib.cpp) apply_folly_compile_options_to_target(folly_exception_counter) target_link_libraries(folly_exception_counter PUBLIC folly_exception_tracer) install(FILES ExceptionAbi.h ExceptionCounterLib.h ExceptionTracer.h ExceptionTracerLib.h StackTrace.h DESTINATION $
Definition at line 301 of file gtest-death-test-internal.h.