mirror of
https://github.com/google/googletest.git
synced 2025-03-09 07:56:05 +00: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