| author | |
| committer | |
| log | 83a1523b1a4da821a18e1ad4ee48210412d011cb |
| tree | 4010d48e5d4c30152babc2755db01f5446d90aaf |
| parent | 99932042dc9165a5f1b3ed0b8d179258111920fa |
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 | } |