aboutsummaryrefslogtreecommitdiff
path: root/lib/std/atomic/queue.zig
diff options
context:
space:
mode:
authorJacob Young <jacobly0@users.noreply.github.com>2023-11-03 23:18:21 -0400
committerJacob Young <jacobly0@users.noreply.github.com>2023-11-03 23:18:21 -0400
commit509be7cf1f10c5d329d2b0524f2af6bfcabd52de (patch)
tree655825e5800a1c79e8ccc0abe5011dd47655a96a /lib/std/atomic/queue.zig
parentf6de3ec963e3a7d96cd4f6c72b0f076f0437c45d (diff)
downloadzig-509be7cf1f10c5d329d2b0524f2af6bfcabd52de.tar.gz
zig-509be7cf1f10c5d329d2b0524f2af6bfcabd52de.zip
x86_64: fix std test failures
Diffstat (limited to 'lib/std/atomic/queue.zig')
-rw-r--r--lib/std/atomic/queue.zig2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/std/atomic/queue.zig b/lib/std/atomic/queue.zig
index c28daead1b..e8d37507d3 100644
--- a/lib/std/atomic/queue.zig
+++ b/lib/std/atomic/queue.zig
@@ -175,8 +175,6 @@ const puts_per_thread = 500;
const put_thread_count = 3;
test "std.atomic.Queue" {
- if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest;
-
var plenty_of_memory = try std.heap.page_allocator.alloc(u8, 300 * 1024);
defer std.heap.page_allocator.free(plenty_of_memory);