| author | |
| committer | |
| log | e498d8da3c7a957fe3754db8f3517d71f7fc650e |
| tree | d5d53b66085795bbbd7f9e922485851ea8e8032b |
| parent | d90068db5a18ef9de65ea9ec468e70e50a58f09d |
| signature |
1 files changed, 1 insertions(+), 0 deletions(-)
lib/std/math/big/int_test.zig+1| ... | ... | @@ -484,6 +484,7 @@ fn toFloat(comptime Float: type) !void { |
| 484 | 484 | ); |
| 485 | 485 | } |
| 486 | 486 | test toFloat { |
| 487 | if (builtin.zig_backend == .stage2_llvm) return error.SkipZigTest; // https://github.com/ziglang/zig/issues/24191 | |
| 487 | 488 | try toFloat(f16); |
| 488 | 489 | try toFloat(f32); |
| 489 | 490 | try toFloat(f64); |