mirror of
https://github.com/ziglang/zig.git
synced 2026-01-07 14:03:26 +00:00
Essentially #1923 means "caught" errors still show up in error return traces. The correct fix would require the compiler to fix this, but that could affect performance. For now, simply workaround this issue by clearing the return traces between tests. This means that "caught" errors in one test will not show up in the error traces of other tests.