| author | |
| committer | |
| log | 1bf7a6dff5e39aeeeefe2016a423d16f73ba2263 |
| tree | e3ab0008b3a4d33141f85bd6b13017090608e066 |
| parent | 02e9d9b43b3b1cd9a4858a1f2bff302057dc2ee2 |
This was disabled for macOS but I just tested it on my M1 and it works
fine.1 files changed, 0 insertions(+), 1 deletions(-)
test/behavior/eval.zig-1| ... | ... | @@ -425,7 +425,6 @@ test "f64 at compile time is lossy" { |
| 425 | 425 | } |
| 426 | 426 | |
| 427 | 427 | test { |
| 428 | if (builtin.zig_backend != .stage1 and builtin.os.tag == .macos) return error.SkipZigTest; | |
| 429 | 428 | comptime try expect(@as(f128, 1 << 113) == 10384593717069655257060992658440192); |
| 430 | 429 | } |
| 431 | 430 |