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

◆ FL_CHECK_THROWS_AS

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

Definition at line 1593 of file fltest.h.

1593#define FL_CHECK_THROWS_AS(expr, exType) \
1594 do { \
1595 fl::test::outputMessage("CHECK_THROWS_AS skipped (exceptions disabled)", __FILE__, __LINE__); \
1596 } while (0)