Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/kyua/model/
H A Dtest_program_test.cpp493 const TestProgram tp3( in check_operator_lt() local
503 ATF_REQUIRE(!(tp1 < tp3)); in check_operator_lt()
504 ATF_REQUIRE( tp3 < tp1); in check_operator_lt()
511 programs.insert(tp3); in check_operator_lt()