mirror of
https://github.com/ziglang/zig.git
synced 2026-03-11 21:59:52 +00:00
In ed25519.zig, we checked if a test succeeds, in which case we returned an error. This was confusing, and Andrew pointed out that Zig weights branches against errors by default.