Define WARN
Synopsis
#include <include/catch.hpp>
#define WARN(msg)
Description
No description yet.
Mentioned in
- Writing tests / Logging Macros / Streaming macros
- Other / Release Notes / Fixes
Source
Line 240 in include/catch.hpp.
#define WARN(msg) \
INTERNAL_CATCH_MSG( "WARN", Catch::ResultWas::Warning, Catch::ResultDisposition::ContinueOnFailure, msg )