aboutsummaryrefslogtreecommitdiff
path: root/lib/std/multi_array_list.zig
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2022-04-27 17:58:26 -0700
committerAndrew Kelley <andrew@ziglang.org>2022-04-27 17:58:26 -0700
commitdc62dde9826a94c161e20bf56e23940dc3f2f0dc (patch)
tree0d988423f5b22de5e7c98425d633eb385483b538 /lib/std/multi_array_list.zig
parent758ec9bdd4585b28f50cb7beb01b1cfc4e3cf1a9 (diff)
downloadzig-dc62dde9826a94c161e20bf56e23940dc3f2f0dc.tar.gz
zig-dc62dde9826a94c161e20bf56e23940dc3f2f0dc.zip
behavior test: use expectApproxEqAbs instead of expectEqual
This is to account for the small differences in math functions of different libcs. For example, if the compiler links against glibc, but the target is musl libc, then these values might be slightly different. Arguably, this is a bug in the compiler because comptime should emulate the target, including rounding errors in libc math functions. However that behavior is not what this particular test is intended to cover.
Diffstat (limited to 'lib/std/multi_array_list.zig')
0 files changed, 0 insertions, 0 deletions