compiler_rt: re-enable divxf3 test on windows/llvm

This commit is contained in:
kcbanner 2023-01-24 00:26:45 -05:00 committed by Veikka Tuominen
parent 4f6fdd67dd
commit 5d46addd25

View File

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