| author | |
| committer | |
| log | 66e6f5586e314b6f4fac8b0ed0198f47ba80d4f3 |
| tree | 43fcbbe3a6e84f4f60ac185614301367d3bf5770 |
| parent | d1cb16aace5f5996cf2556d07fd3418a951b31df |
| signature |
1 files changed, 0 insertions(+), 4 deletions(-)
test/stage1/behavior/math.zig-4| ... | ... | @@ -525,10 +525,6 @@ test "comptime_int xor" { |
| 525 | 525 | } |
| 526 | 526 | |
| 527 | 527 | test "f128" { |
| 528 | if (std.Target.current.os.tag == .windows) { | |
| 529 | // TODO https://github.com/ziglang/zig/issues/508 | |
| 530 | return error.SkipZigTest; | |
| 531 | } | |
| 532 | 528 | test_f128(); |
| 533 | 529 | comptime test_f128(); |
| 534 | 530 | } |