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

◆ fail()

void simd_test::TestResult::fail ( const char * msg)
inline

Definition at line 17 of file test_result.h.

17 {
18 passed = false;
19 error_msg = msg;
20 }
const char * error_msg
Definition test_result.h:13

References error_msg, and passed.