| 9367 | //////////////////////////////////////////////////////////////////////////// |
| 9368 | |
| 9369 | Catch::MessageBuilder::MessageBuilder( StringRef const& macroName, |
| 9370 | SourceLineInfo const& lineInfo, |
| 9371 | ResultWas::OfType type ) |
| 9372 | :m_info(macroName, lineInfo, type) {} |
| 9373 | |
| 9374 | //////////////////////////////////////////////////////////////////////////// |
| 9375 |
nothing calls this directly
no outgoing calls
no test coverage detected