std: disable test on LLVM (#24191)

This commit is contained in:
mlugg 2025-06-15 22:15:06 +01:00
parent d90068db5a
commit e498d8da3c
No known key found for this signature in database
GPG key ID: 3F5B7DCCBF4AF02E

View file

@ -484,6 +484,7 @@ fn toFloat(comptime Float: type) !void {
);
}
test toFloat {
if (builtin.zig_backend == .stage2_llvm) return error.SkipZigTest; // https://github.com/ziglang/zig/issues/24191
try toFloat(f16);
try toFloat(f32);
try toFloat(f64);