| author | |
| committer | |
| log | 1c9d9b70ec10dce3d85d7ae44297b33d42afa848 |
| tree | dc62c1e5e3636de0e2a4a10f9f464820b84ecc83 |
| parent | 9f064dff477a100b95438c7842253dfb20224553 |
| signature |
https://github.com/ziglang/zig/issues/243001 files changed, 1 insertions(+), 0 deletions(-)
lib/std/bit_set.zig+1| ... | ... | @@ -1699,6 +1699,7 @@ fn testStaticBitSet(comptime Set: type) !void { |
| 1699 | 1699 | |
| 1700 | 1700 | test IntegerBitSet { |
| 1701 | 1701 | if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; |
| 1702 | if (comptime builtin.cpu.has(.riscv, .v) and builtin.zig_backend == .stage2_llvm) return error.SkipZigTest; // https://github.com/ziglang/zig/issues/24300 | |
| 1702 | 1703 | |
| 1703 | 1704 | try testStaticBitSet(IntegerBitSet(0)); |
| 1704 | 1705 | try testStaticBitSet(IntegerBitSet(1)); |