Searched refs:ASSERT_CHAR_EQ (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/bhyve/test/tests/mevent/ |
H A D | read_requeue.c | 63 ASSERT_CHAR_EQ(("bad byte %d of cookie", i), buf[0], cookie[i]); in munch()
|
H A D | testlib.h | 70 #define ASSERT_CHAR_EQ(msg, got, exp) ASSERT_CMP(msg, got, ==, exp, "%c") macro
|
H A D | read_pause.c | 81 ASSERT_CHAR_EQ(("bad byte %d of cookie", i), buf[0], cookie[i]); in munch()
|