From 66e6f5586e314b6f4fac8b0ed0198f47ba80d4f3 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Tue, 3 Mar 2020 09:49:08 -0500 Subject: [PATCH] enable f128 test on windows --- test/stage1/behavior/math.zig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/stage1/behavior/math.zig b/test/stage1/behavior/math.zig index a9c93850b6..3978c69830 100644 --- a/test/stage1/behavior/math.zig +++ b/test/stage1/behavior/math.zig @@ -525,10 +525,6 @@ test "comptime_int xor" { } test "f128" { - if (std.Target.current.os.tag == .windows) { - // TODO https://github.com/ziglang/zig/issues/508 - return error.SkipZigTest; - } test_f128(); comptime test_f128(); }