summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorbeepster4096 <19316085+beepster4096@users.noreply.github.com>2025-07-25 13:42:45 -0700
committerbeepster4096 <19316085+beepster4096@users.noreply.github.com>2025-07-25 13:42:45 -0700
commitccc2f78c3767e68005b0c873f31f79ef6680a3de (patch)
tree4161868f95918e4d6b43d88a00fcc9c91ec35379 /tests
parentba55f20f4341ef5836c1f83beb0f2906e0600dc4 (diff)
downloadrust-ccc2f78c3767e68005b0c873f31f79ef6680a3de.tar.gz
rust-ccc2f78c3767e68005b0c873f31f79ef6680a3de.zip
add //@ needs-unwind to test
Diffstat (limited to 'tests')
-rw-r--r--tests/mir-opt/box_conditional_drop_allocator.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mir-opt/box_conditional_drop_allocator.rs b/tests/mir-opt/box_conditional_drop_allocator.rs
index b8a9d5e5c4c..9471be14c87 100644
--- a/tests/mir-opt/box_conditional_drop_allocator.rs
+++ b/tests/mir-opt/box_conditional_drop_allocator.rs
@@ -1,5 +1,6 @@
 // skip-filecheck
 //@ test-mir-pass: ElaborateDrops
+//@ needs-unwind
 #![feature(allocator_api)]
 
 // Regression test for #131082.