mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-30 06:42:48 +03:00
80642b5984
`testing.expect` is better than `testing.expectEqual` for behavior tests. Better for behavior tests to stick to only testing the limited behavior they are meant to test and avoid functions such as `expectEqual` that drag in too much of the standard library (in this case to print helpful diffs about why a value is not equal to another).