Home
last modified time | relevance | path

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

/third_party/openssl/test/
Dtest_test.c92 || !TEST(1, TEST_char_ge('w', 'n')) in test_char()
93 || !TEST(1, TEST_char_ge('p', 'p')) in test_char()
94 || !TEST(0, TEST_char_ge('n', 'w'))) in test_char()
Dtestutil.h448 # define TEST_char_ge(a, b) test_char_ge(__FILE__, __LINE__, #a, #b, a, b) macro