mirror of
https://git.mirrors.martin98.com/https://github.com/google/googletest.git
synced 2025-09-21 02:43:13 +08:00

Fixing exception-safety bug in googletest. Previously, if an exception was thrown during a call to a mock that would have triggered an error, the error was discarded. Fixes #2890 PiperOrigin-RevId: 325017806