mirror of
https://github.com/google/googletest.git
synced 2025-03-19 18:33:48 +00: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