mirror of
https://github.com/google/googletest.git
synced 2025-12-11 01:47:30 +08:00
Update the `DescribeTo` signature in the code example at the Writing New Polymorphic Matchers section in gmock_cook_book. `os` should be a pointer to be consistent with the implementation, which dereference it as `*os`. PiperOrigin-RevId: 370693387