| 50 | |
| 51 | struct AutoTestReg { |
| 52 | AutoTestReg() { |
| 53 | REGISTER_TEST_CASE(manuallyRegisteredTestFunction, "ManuallyRegistered"); |
| 54 | } |
| 55 | }; |
| 56 | |
| 57 | CATCH_INTERNAL_START_WARNINGS_SUPPRESSION |
nothing calls this directly
no outgoing calls
no test coverage detected