diff options
| author | Tse <1@tse.gratis> | 2019-10-23 01:06:35 +0300 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2019-10-30 21:21:58 -0400 |
| commit | 33cc2044811e41a74e3112fc0abcc5dc6fd34836 (patch) | |
| tree | 380b8a0e296e32fae4415035338ec268c1a1beaf /lib/std/atomic/stack.zig | |
| parent | 7c7350345147c61e3e0873c3c4f233e351a3910a (diff) | |
| download | zig-33cc2044811e41a74e3112fc0abcc5dc6fd34836.tar.gz zig-33cc2044811e41a74e3112fc0abcc5dc6fd34836.zip | |
DragonFlyBSD support
Diffstat (limited to 'lib/std/atomic/stack.zig')
| -rw-r--r-- | lib/std/atomic/stack.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/std/atomic/stack.zig b/lib/std/atomic/stack.zig index dd288adbf1..ee6238542f 100644 --- a/lib/std/atomic/stack.zig +++ b/lib/std/atomic/stack.zig @@ -86,6 +86,7 @@ const puts_per_thread = 500; const put_thread_count = 3; test "std.atomic.stack" { + if (builtin.os == .dragonfly) return error.SkipZigTest; var plenty_of_memory = try std.heap.direct_allocator.alloc(u8, 300 * 1024); defer std.heap.direct_allocator.free(plenty_of_memory); |
