Commit 1bf7a6dff5

Andrew Kelley <andrew@ziglang.org>
2022-05-24 04:12:30
enable passing behavior test
This was disabled for macOS but I just tested it on my M1 and it works fine.
1 parent 02e9d9b
Changed files (1)
test
behavior
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);
 }