FastLED 3.9.15
Loading...
Searching...
No Matches

◆ FL_CHECK_THROWS

#define FL_CHECK_THROWS ( expr)
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)