Searched refs:munit_assert_ptr_not_equal (Results 1 – 1 of 1) sorted by relevance
386 #define munit_assert_ptr_not_equal(a, b) munit_assert_ptr(a, !=, b) macro533 # define assert_ptr_not_equal(a, b) munit_assert_ptr_not_equal(a, b)