| author | |
| committer | |
| log | 2370dc886cf4bc919d912ea3c0a564f71675fd2e |
| tree | 700aa16154a2461a1c9617943feb8d8e3f60b533 |
| parent | 7c2699bed2bf929eb116aa6b1a8e0ed1fd66240b |
| signature |
This reverts commit 0ae1c6b54acf112c7bbcc63a19f7ad8fa9842d2a.1 files changed, 0 insertions(+), 2 deletions(-)
lib/std/Io/RwLock.zig-2| ... | @@ -114,8 +114,6 @@ test "internal state" { | ... | @@ -114,8 +114,6 @@ test "internal state" { |
| 114 | } | 114 | } |
| 115 | 115 | ||
| 116 | test "smoke test" { | 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 | ||
| 118 | |||
| 119 | const io = testing.io; | 117 | const io = testing.io; |
| 120 | 118 | ||
| 121 | var rl: Io.RwLock = .init; | 119 | var rl: Io.RwLock = .init; |