compiler_rt: re-enable divxf3 test on windows/llvm
This commit is contained in:
committed by
Veikka Tuominen
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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user