MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / CATCH_CATCH_ANON

Function CATCH_CATCH_ANON

test/expected/catch.hpp:12785–12787  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12783 }
12784 duration = timer.getElapsedSeconds();
12785 } CATCH_CATCH_ANON (TestFailureException&) {
12786 // This just means the test was aborted due to failure
12787 } CATCH_CATCH_ALL {
12788 // Under CATCH_CONFIG_FAST_COMPILE, unexpected exceptions under REQUIRE assertions
12789 // are reported without translation at the point of origin.
12790 if( m_shouldReportUnexpected ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected