Searched defs:___ETS_ASSERT_RELATION (Results 1 - 1 of 1) sorted by relevance
/inkscape/cxxtest/cxxtest/ |
H A D | TestSuite.h | 348 # define ___ETS_ASSERT_RELATION(f,l,r,x,y,m) \ macro 351 { _TS_TRY { ___ETS_ASSERT_RELATION(f,l,r,x,y,m); } __TS_CATCH(f,l) } 353 # define _ETS_ASSERT_RELATION(f,l,r,x,y) ___ETS_ASSERT_RELATION(f,l,r,x,y,0) 359 # define _ETSM_ASSERT_RELATION(f,l,m,r,x,y) ___ETS_ASSERT_RELATION(f,l,r,x,y,TS_AS_STRING(m))
|
Completed in 27 milliseconds