Home
last modified time | relevance | path

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

/freebsd/contrib/atf/atf-c/
H A Dmacros_test.c186 #define H_REQUIRE_EQ_MSG(id, v1, v2, msg) \ macro
645 H_REQUIRE_EQ_MSG(1_1, 1, 1, "1 does not match 1");
646 H_REQUIRE_EQ_MSG(1_2, 1, 2, "1 does not match 2");
647 H_REQUIRE_EQ_MSG(2_1, 2, 1, "2 does not match 1");
648 H_REQUIRE_EQ_MSG(2_2, 2, 2, "2 does not match 2");