Searched refs:H_CHECK_MATCH_MSG (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/atf/atf-c/
H A Dmacros_test.c149 #define H_CHECK_MATCH_MSG(id, v1, v2, msg) \ macro
516 H_CHECK_MATCH_MSG(yes, "hello [a-z]+", "abc hello world", "lowercase");
517 H_CHECK_MATCH_MSG(no, "hello [a-z]+", "abc hello WORLD", "uppercase");

Completed in 44 milliseconds