| author | |
| committer | |
| log | 97ec1779537ed48c1bf873ec217f0308f2f26906 |
| tree | 4010d48e5d4c30152babc2755db01f5446d90aaf |
| parent | 810c03f4261990cd57e886f0b759688c8d2b8d2b |
See #70091 files changed, 1 insertions(+), 1 deletions(-)
lib/std/reset_event.zig+1-1| ... | ... | @@ -360,7 +360,7 @@ const AtomicEvent = struct { |
| 360 | 360 | }; |
| 361 | 361 | |
| 362 | 362 | test "ResetEvent" { |
| 363 | if (std.Target.current.os.tag == .macos) { | |
| 363 | if (std.Target.current.os.tag == .macos or std.Target.current.os.tag == .windows) { | |
| 364 | 364 | // https://github.com/ziglang/zig/issues/7009 |
| 365 | 365 | return error.SkipZigTest; |
| 366 | 366 | } |