Home
last modified time | relevance | path

Searched refs:POST_MSG (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/bsd/kyua-cli/dist/utils/
Dsanity.hpp161 #define POST_MSG(expr, msg) _UTILS_ASSERT(utils::postcondition, expr, msg) macro
Dsanity_test.cpp191 POST_MSG(Expression, "Custom message"); in do_post_test()