mirror of
https://github.com/google/googletest.git
synced 2024-12-27 10:11:03 +08:00
d0de618a58
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