Commit 1bf7a6dff5
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);
}