Home
last modified time | relevance | path

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

/openbmc/linux/include/kunit/
H A Dtest.h1117 KUNIT_EXPECT_MEMNEQ_MSG(test, left, right, size, NULL)
1119 #define KUNIT_EXPECT_MEMNEQ_MSG(test, left, right, size, fmt, ...) \ macro