MCPcopy Create free account
hub / github.com/Beckhoff/ADS / decrease_error_count

Method decrease_error_count

tools/fructose/test_root.h:717–724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

715}
716
717inline
718void test_root::decrease_error_count()
719{
720 if (m_error_count > 0)
721 {
722 --m_error_count;
723 }
724}
725
726inline
727void test_root::test_assert(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected