mirror of
https://github.com/google/googletest.git
synced 2025-11-08 14:23:46 -05:00
gMock Cookbook: Fix incorrect comment about EXPECT priority order It's actually the last matching expectation that's used, not the first. PiperOrigin-RevId: 316490770