about summary refs log tree commit diff
path: root/tests/ui/std/channel-stack-overflow-issue-102246.rs
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2024-11-07 18:18:34 -0800
committerJosh Stone <jistone@redhat.com>2024-11-07 18:18:34 -0800
commit9827c6dc2c1b81ec4e30a630e297745341977288 (patch)
tree11b7875873db567610496c18eaeb7cfd05a54381 /tests/ui/std/channel-stack-overflow-issue-102246.rs
parent03383ad1021bd0ba34c28d7fda16e634a9ec8df4 (diff)
downloadrust-9827c6dc2c1b81ec4e30a630e297745341977288.tar.gz
rust-9827c6dc2c1b81ec4e30a630e297745341977288.zip
This test needs threads
Diffstat (limited to 'tests/ui/std/channel-stack-overflow-issue-102246.rs')
-rw-r--r--tests/ui/std/channel-stack-overflow-issue-102246.rs1
1 files changed, 1 insertions, 0 deletions
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