about summary refs log tree commit diff
path: root/src/test/ui/binding
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/binding')
-rw-r--r--src/test/ui/binding/fn-arg-incomplete-pattern-drop-order.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/ui/binding/fn-arg-incomplete-pattern-drop-order.rs b/src/test/ui/binding/fn-arg-incomplete-pattern-drop-order.rs
index ea4a9e5afa5..684172ca61c 100644
--- a/src/test/ui/binding/fn-arg-incomplete-pattern-drop-order.rs
+++ b/src/test/ui/binding/fn-arg-incomplete-pattern-drop-order.rs
@@ -1,4 +1,5 @@
 // run-pass
+// needs-unwind
 // Check that partially moved from function parameters are dropped after the
 // named bindings that move from them.