mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 22:35:24 +00:00
compiler_rt: re-enable divxf3 test on windows/llvm
This commit is contained in:
parent
4f6fdd67dd
commit
5d46addd25
@ -206,7 +206,5 @@ pub fn __divxf3(a: f80, b: f80) callconv(.C) f80 {
|
||||
}
|
||||
|
||||
test {
|
||||
if (builtin.zig_backend == .stage2_llvm and builtin.os.tag == .windows) return error.SkipZigTest; // https://github.com/ziglang/zig/issues/12603
|
||||
|
||||
_ = @import("divxf3_test.zig");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user