enable passing behavior test

This was disabled for macOS but I just tested it on my M1 and it works
fine.
This commit is contained in:
Andrew Kelley
2022-05-23 19:12:30 -07:00
parent 02e9d9b43b
commit 1bf7a6dff5

View File

@@ -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);
}