Searched refs:TEST_ASSERT_BIT_LOW_MESSAGE (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/ntp/sntp/unity/
H A Dunity.h201 #define TEST_ASSERT_BIT_LOW_MESSAGE(bit, actual, message) UNITY_TEST_ASSERT_BITS(((_UU32)1 << bit), (_UU32)(0), (actual), __LINE__, message) macro

Completed in 113 milliseconds