| 715 | } |
| 716 | |
| 717 | inline |
| 718 | void test_root::decrease_error_count() |
| 719 | { |
| 720 | if (m_error_count > 0) |
| 721 | { |
| 722 | --m_error_count; |
| 723 | } |
| 724 | } |
| 725 | |
| 726 | inline |
| 727 | void test_root::test_assert( |
nothing calls this directly
no outgoing calls
no test coverage detected