mirror of
https://github.com/ziglang/zig.git
synced 2025-12-24 07:03:11 +00:00
parent
e5fab3ba68
commit
c923f74fc9
@ -359,7 +359,12 @@ const AtomicEvent = struct {
|
||||
};
|
||||
};
|
||||
|
||||
test "std.ResetEvent" {
|
||||
test "ResetEvent" {
|
||||
if (std.Target.current.os.tag == .macos) {
|
||||
// https://github.com/ziglang/zig/issues/7009
|
||||
return error.SkipZigTest;
|
||||
}
|
||||
|
||||
var event = ResetEvent.init();
|
||||
defer event.deinit();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user