Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/model/
H A Dtest_program_test.cpp359 const TestProgram base_tp( in check_operators_eq_and_ne__not_copy() local
375 ATF_REQUIRE( base_tp == other_tp); in check_operators_eq_and_ne__not_copy()
376 ATF_REQUIRE(!(base_tp != other_tp)); in check_operators_eq_and_ne__not_copy()
395 ATF_REQUIRE( base_tp == other_tp); in check_operators_eq_and_ne__not_copy()
396 ATF_REQUIRE(!(base_tp != other_tp)); in check_operators_eq_and_ne__not_copy()
405 ATF_REQUIRE(!(base_tp == other_tp)); in check_operators_eq_and_ne__not_copy()
406 ATF_REQUIRE( base_tp != other_tp); in check_operators_eq_and_ne__not_copy()
415 ATF_REQUIRE(!(base_tp == other_tp)); in check_operators_eq_and_ne__not_copy()
416 ATF_REQUIRE( base_tp != other_tp); in check_operators_eq_and_ne__not_copy()
425 ATF_REQUIRE(!(base_tp == other_tp)); in check_operators_eq_and_ne__not_copy()
[all …]