MCPcopy Create free account
hub / github.com/bombela/backward-cpp / TEST_ABORT

Function TEST_ABORT

test/test.cpp:47–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47TEST_ABORT(abort) { abort(); }
48
49TEST(catch_int) {
50 ASSERT_THROW({ throw 42; }, int);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected