| 43 | UNIT_TEST_SUITE_END(); |
| 44 | |
| 45 | void TestPrintBackTrace() { |
| 46 | SomeMethod(); |
| 47 | } |
| 48 | |
| 49 | void TestSetFormatBackTraceFn() { |
| 50 | TFormatBackTraceFn prevFn = SetFormatBackTraceFn(FormatBackTraceReplacement); |
nothing calls this directly
no test coverage detected