| author | |
| committer | |
| log | bcf65eb51085c0fa1a9380172cdea55811d9fe97 |
| tree | 31b850d967fe87f0c9fc572a689bef4794d75a20 |
| parent | b6810db40a18026e0362ef04570468a6a3a89635 |
| signature |
This reverts commit ef3040786e502ea82e87ffefb9570b4e88dff79b.1 files changed, 0 insertions(+), 2 deletions(-)
lib/std/Io/test.zig-2| ... | ... | @@ -232,8 +232,6 @@ fn count(a: usize, b: usize, result: *usize) void { |
| 232 | 232 | } |
| 233 | 233 | |
| 234 | 234 | test "Group.cancel" { |
| 235 | if (builtin.cpu.arch.isSPARC() and builtin.os.tag == .linux) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/35347 | |
| 236 | ||
| 237 | 235 | const global = struct { |
| 238 | 236 | fn sleep(io: Io, result: *usize) Io.Cancelable!void { |
| 239 | 237 | defer result.* = 1; |