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

◆ FL_REQUIRE_THROWS_AS

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

Definition at line 1598 of file fltest.h.

1598#define FL_REQUIRE_THROWS_AS(expr, exType) \
1599 do { \
1600 fl::test::outputMessage("REQUIRE_THROWS_AS skipped (exceptions disabled)", __FILE__, __LINE__); \
1601 } while (0)