| 11685 | //////////////////////////////////////////////////////////////////////////// |
| 11686 | |
| 11687 | Catch::MessageBuilder::MessageBuilder( StringRef const& macroName, |
| 11688 | SourceLineInfo const& lineInfo, |
| 11689 | ResultWas::OfType type ) |
| 11690 | :m_info(macroName, lineInfo, type) {} |
| 11691 | |
| 11692 | //////////////////////////////////////////////////////////////////////////// |
| 11693 |
nothing calls this directly
no outgoing calls
no test coverage detected