From 9827c6dc2c1b81ec4e30a630e297745341977288 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Thu, 7 Nov 2024 18:18:34 -0800 Subject: [PATCH] This test needs threads --- tests/ui/std/channel-stack-overflow-issue-102246.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ui/std/channel-stack-overflow-issue-102246.rs b/tests/ui/std/channel-stack-overflow-issue-102246.rs index 52902fc563a..984ebdd553f 100644 --- a/tests/ui/std/channel-stack-overflow-issue-102246.rs +++ b/tests/ui/std/channel-stack-overflow-issue-102246.rs @@ -1,4 +1,5 @@ //@ run-pass +//@ needs-threads //@ compile-flags: -Copt-level=0 // The channel's `Block::new` was causing a stack overflow because it held 32 item slots, which is