Go to the source code of this file.
      
        
          | #define GTEST_UNSUPPORTED_DEATH_TEST_ | ( |  | statement, | 
        
          |  |  |  | regex, | 
        
          |  |  |  | terminator | 
        
          |  | ) |  |  | 
      
 
Value:GTEST_AMBIGUOUS_ELSE_BLOCKER_ \
          << "Death tests are not supported on this platform.\n" \
          << "Statement '" #statement "' cannot be verified."; \
      terminator; \
    } else \
      ::testing::Message()
#define GTEST_LOG_(severity)
Definition: gtest-port.h:1039
static bool PartialMatch(const ::std::string &str, const RE &re)
Definition: gtest-port.h:957
GTEST_API_ bool AlwaysTrue()
Definition: gtest.cc:4650
bool AlwaysFalse()
Definition: gtest-internal.h:660
#define GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_(statement)
Definition: gtest-internal.h:1043