Searched refs:REPORTS_ERROR (Results 1 – 1 of 1) sorted by relevance
11 #define REPORTS_ERROR(expr) witest::ReportsError(wistd::is_same<HRESULT, decltype(expr)>{}, [&]() {… macro12 #define REQUIRE_ERROR(expr) REQUIRE(REPORTS_ERROR(expr))13 #define REQUIRE_NOERROR(expr) REQUIRE_FALSE(REPORTS_ERROR(expr))