Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dtest_tools.hpp116 #define BOOST_CHECK_MESSAGE( P, M ) BOOST_CHECK_IMPL( (P), M, CHECK, CHECK_MSG ) macro
121 #define BOOST_ERROR( M ) BOOST_CHECK_MESSAGE( false, M )