Vitaly Buka a4538cdcee
[libc++abi] Don't leak in test (#119505)
Trying to re-enable a test on bots

bb695735db/zorg/buildbot/builders/sanitizers/buildbot_functions.sh (L443)

When we reach `terminate()` `exc` pointer is not
on the stack, so lsan correctly reports a leak.
2024-12-10 22:02:32 -08:00
..