mirror of
https://github.com/google/googletest.git
synced 2026-01-06 23:25:09 +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