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