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

◆ requireFailed()

void fl::test::TestContext::requireFailed ( const char * expr,
const char * file,
int line )

Definition at line 413 of file fltest.cpp.hpp.

413 {
414 checkFailed(expr, file, line);
415 // Note: The return happens in the macro
416}
void checkFailed(const char *expr, const char *file, int line) FL_NOEXCEPT

References checkFailed(), and FL_NOEXCEPT.

+ Here is the call graph for this function: