Searched defs:TEST_CHECK_THROW (Results 1 - 1 of 1) sorted by relevance

/external/libcxx/test/support/
H A Drapid-cxx-test.hpp189 // TEST_CHECK_NO_THROW / TEST_CHECK_THROW
209 # define TEST_CHECK_THROW(Except, ...) \ macro
214 , "TEST_CHECK_THROW(" #Except "," #__VA_ARGS__ ")", "" \
238 #define TEST_CHECK_THROW(Except, ...) ((void)0) macro

Completed in 234 milliseconds