Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/model/
H A Dtest_program_test.cpp371 const TestProgram other_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()
391 const TestProgram other_tp( in check_operators_eq_and_ne__not_copy() local
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()
401 const TestProgram other_tp( in check_operators_eq_and_ne__not_copy() local
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()
411 const TestProgram other_tp( in check_operators_eq_and_ne__not_copy() local
[all …]