zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 1bf7a6dff5e39aeeeefe2016a423d16f73ba2263 (tree)
parent 02e9d9b43b3b1cd9a4858a1f2bff302057dc2ee2
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Mon, 23 May 2022 19:12:30 -0700

enable passing behavior test

This was disabled for macOS but I just tested it on my M1 and it works
fine.

Diffstat:
Mtest/behavior/eval.zig | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/test/behavior/eval.zig b/test/behavior/eval.zig @@ -425,7 +425,6 @@ test "f64 at compile time is lossy" { } test { - if (builtin.zig_backend != .stage1 and builtin.os.tag == .macos) return error.SkipZigTest; comptime try expect(@as(f128, 1 << 113) == 10384593717069655257060992658440192); }