Value: do { \
fl::test::outputMessage("CHECK_THROWS skipped (exceptions disabled)", __FILE__, __LINE__); \
} while (0)
Definition at line 1577 of file fltest.h.
1577#define FL_CHECK_THROWS(expr) \
1578 do { \
1579 fl::test::outputMessage("CHECK_THROWS skipped (exceptions disabled)", __FILE__, __LINE__); \
1580 } while (0)