Home
last modified time | relevance | path

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

/linux/include/kunit/
H A Dtest.h1393 KUNIT_ASSERT_FALSE_MSG(test, condition, NULL)
1395 #define KUNIT_ASSERT_FALSE_MSG(test, condition, fmt, ...) \ macro
/linux/lib/tests/
H A Dfortify_kunit.c340 KUNIT_ASSERT_FALSE_MSG(test, IS_ERR(dev), \