Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/unit/
H A Dmunit.h254 #define munit_assert_long(a, op, b) munit_assert_type(long int, "ld", a, op, b) macro
500 # define assert_long(a, op, b) munit_assert_long(a, op, b)