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

◆ FL_REQUIRE_THROWS

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

Definition at line 1585 of file fltest.h.

1585#define FL_REQUIRE_THROWS(expr) \
1586 do { \
1587 fl::test::outputMessage("REQUIRE_THROWS skipped (exceptions disabled)", __FILE__, __LINE__); \
1588 } while (0)