Home
last modified time | relevance | path

Searched refs:CATCH_MAKE_MSG (Results 1 - 1 of 1) sorted by relevance

/third_party/libabigail/tests/lib/
H A Dcatch.hpp3895 #define CATCH_MAKE_MSG(...) \ macro
3899 Catch::throw_logic_error(CATCH_MAKE_MSG( CATCH_INTERNAL_LINEINFO << ": Internal Catch2 error: " << __VA_ARGS__))
3902 Catch::throw_domain_error(CATCH_MAKE_MSG( __VA_ARGS__ ))
3905 Catch::throw_runtime_error(CATCH_MAKE_MSG( __VA_ARGS__ ))

Completed in 17 milliseconds