| 7 | namespace ApprovalTests |
| 8 | { |
| 9 | TextDiffReporter::TextDiffReporter() : TextDiffReporter(std::cout) |
| 10 | { |
| 11 | } |
| 12 | |
| 13 | TextDiffReporter::TextDiffReporter(std::ostream& stream) : stream_(stream) |
| 14 | { |
nothing calls this directly
no outgoing calls
no test coverage detected