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

◆ FL_CHECK_THROWS_WITH

#define FL_CHECK_THROWS_WITH ( expr,
msg )
Value:
do { \
fl::test::outputMessage("CHECK_THROWS_WITH skipped (exceptions disabled)", __FILE__, __LINE__); \
} while (0)

Definition at line 1603 of file fltest.h.

1603#define FL_CHECK_THROWS_WITH(expr, msg) \
1604 do { \
1605 fl::test::outputMessage("CHECK_THROWS_WITH skipped (exceptions disabled)", __FILE__, __LINE__); \
1606 } while (0)