Searched refs:_test (Results 1 – 1 of 1) sorted by relevance
/fs/unicode/ |
D | utf8-selftest.c | 25 #define _test(cond, func, line, fmt, ...) do { \ macro 35 #define test_f(cond, fmt, ...) _test(cond, __func__, __LINE__, fmt, ##__VA_ARGS__) 36 #define test(cond) _test(cond, __func__, __LINE__, "")
|