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

/freebsd-10.1-release/contrib/atf/atf-c/
H A Dmacros_test.c151 #define H_CHECK_MATCH_MSG(id, v1, v2, msg) \ macro
518 H_CHECK_MATCH_MSG(yes, "hello [a-z]+", "abc hello world", "lowercase");
519 H_CHECK_MATCH_MSG(no, "hello [a-z]+", "abc hello WORLD", "uppercase");

Completed in 269 milliseconds