mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 04:48:20 +00:00
enable f128 test on windows
This commit is contained in:
parent
d1cb16aace
commit
66e6f5586e
@ -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();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user