denglesberg-splunk
Results
2
issues of
denglesberg-splunk
### Describe the issue Based on the documentation: https://github.com/google/googletest/blob/v1.13.x/docs/advanced.md#teaching-googletest-how-to-print-your-values it seems that defining a `void PrintTo(const T&, std::ostream&)` function should teach googletest how to print custom values of type `T`...
I've reproduced this to a minimal reproduction, attached below. The issue I observe is that when attempting to build again after a failed build, there's something wrong with the cache...