| 8159 | //////////////////////////////////////////////////////////////////////////// |
| 8160 | |
| 8161 | Catch::MessageBuilder::MessageBuilder( std::string const& macroName, |
| 8162 | SourceLineInfo const& lineInfo, |
| 8163 | ResultWas::OfType type ) |
| 8164 | :m_info(macroName, lineInfo, type) {} |
| 8165 | |
| 8166 | //////////////////////////////////////////////////////////////////////////// |
| 8167 |
nothing calls this directly
no outgoing calls
no test coverage detected