Searched refs:munit_assert_null (Results 1 – 1 of 1) sorted by relevance
387 #define munit_assert_null(ptr) munit_assert_ptr(ptr, ==, NULL) macro537 # define assert_null(ptr) munit_assert_null(ptr)