| 1785 | } |
| 1786 | |
| 1787 | void addFailedAssert(assertType::Enum at) { |
| 1788 | if((at & assertType::is_warn) == 0) //!OCLINT bitwise operator in conditional |
| 1789 | g_cs->numAssertsFailedCurrentTest_atomic++; |
| 1790 | } |
| 1791 | |
| 1792 | #if defined(DOCTEST_CONFIG_POSIX_SIGNALS) || defined(DOCTEST_CONFIG_WINDOWS_SEH) |
| 1793 | void reportFatal(const std::string& message) { |