enable f128 test on windows

This commit is contained in:
Andrew Kelley 2020-03-03 09:49:08 -05:00
parent d1cb16aace
commit 66e6f5586e
No known key found for this signature in database
GPG Key ID: 7C5F548F728501A9

View File

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