Skip to content

Commit e498d8d

Browse files
committed
std: disable test on LLVM (#24191)
1 parent d90068d commit e498d8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/std/math/big/int_test.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,7 @@ fn toFloat(comptime Float: type) !void {
484484
);
485485
}
486486
test toFloat {
487+
if (builtin.zig_backend == .stage2_llvm) return error.SkipZigTest; // https://github.com/ziglang/zig/issues/24191
487488
try toFloat(f16);
488489
try toFloat(f32);
489490
try toFloat(f64);

0 commit comments

Comments
 (0)