| author | |
| committer | |
| log | cfe5c88ad6081e284d0caf36cf8d7e80fe39b676 |
| tree | c3b5aa3ccf6dc599452b9d5442eb4de35b5a8b23 |
| parent | 5318045b88f05c8c3505287114e1caec562de763 |
| signature |
https://codeberg.org/ziglang/zig/issues/31393#issuecomment-114417551 files changed, 1 insertions(+), 1 deletions(-)
lib/std/Io/RwLock.zig+1-1| ... | ... | @@ -114,7 +114,7 @@ test "internal state" { |
| 114 | 114 | } |
| 115 | 115 | |
| 116 | 116 | test "smoke test" { |
| 117 | if (builtin.target.cpu.arch.isAARCH64() and builtin.target.os.tag == .netbsd) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/31393 | |
| 117 | if (builtin.target.cpu.arch.isAARCH64()) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/31393 | |
| 118 | 118 | |
| 119 | 119 | const io = testing.io; |
| 120 | 120 |