Searched refs:TEST_char_ne (Results 1 – 2 of 2) sorted by relevance
/third_party/openssl/test/ |
D | test_test.c | 83 || !TEST(1, TEST_char_ne('a', 'c')) in test_char() 84 || !TEST(0, TEST_char_ne('e', 'e')) in test_char() 473 && TEST_char_ne('d', --c) in test_single_eval()
|
D | testutil.h | 442 # define TEST_char_ne(a, b) test_char_ne(__FILE__, __LINE__, #a, #b, a, b) macro
|