Home
last modified time | relevance | path

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

/openbmc/linux/include/kunit/
H A Dassert.h86 bool expected_true; member
H A Dtest.h641 .expected_true = expected_true_), \
/openbmc/linux/rust/kernel/
H A Dkunit.rs107 expected_true: true,
/openbmc/linux/lib/kunit/
H A Dassert.c56 if (unary_assert->expected_true) in kunit_unary_assert_format()