diff options
| author | Tse <1@tse.gratis> | 2019-10-31 19:24:26 +0300 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2019-10-31 13:53:32 -0400 |
| commit | 00382f6dae83291468f0ba792f2cefc0216098da (patch) | |
| tree | f4900c8e51005a655cd96e931bdde70eface3027 /lib/std/atomic/stack.zig | |
| parent | 790d439ce22888145e5a2c33052fe114b56049d4 (diff) | |
| download | zig-00382f6dae83291468f0ba792f2cefc0216098da.tar.gz zig-00382f6dae83291468f0ba792f2cefc0216098da.zip | |
DragonFlyBSD tidyup
Diffstat (limited to 'lib/std/atomic/stack.zig')
| -rw-r--r-- | lib/std/atomic/stack.zig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/std/atomic/stack.zig b/lib/std/atomic/stack.zig index f96696c923..dd288adbf1 100644 --- a/lib/std/atomic/stack.zig +++ b/lib/std/atomic/stack.zig @@ -86,9 +86,6 @@ const puts_per_thread = 500; const put_thread_count = 3; test "std.atomic.stack" { - // https://github.com/ziglang/zig/issues/3563 - 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); |
