about summary refs log tree commit diff
path: root/src/test/ui/asm
diff options
context:
space:
mode:
authorAndrew Pollack <andrewpollack@google.com>2022-09-12 22:42:04 +0000
committerAndrew Pollack <andrewpollack@google.com>2022-09-16 19:28:21 +0000
commit5d27f19505c23a5a4eac965b29bd3eb33ef47dc2 (patch)
treeb3b69beed73d38804f258d8cc24063253c173ffd /src/test/ui/asm
parent78a891d364a7358ed9eb9c93099ba2f3e6817ca6 (diff)
downloadrust-5d27f19505c23a5a4eac965b29bd3eb33ef47dc2.tar.gz
rust-5d27f19505c23a5a4eac965b29bd3eb33ef47dc2.zip
Adding needs-unwind arg to applicable compiler ui tests
Diffstat (limited to 'src/test/ui/asm')
-rw-r--r--src/test/ui/asm/x86_64/may_unwind.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/ui/asm/x86_64/may_unwind.rs b/src/test/ui/asm/x86_64/may_unwind.rs
index badc4fec822..2f5d1a36024 100644
--- a/src/test/ui/asm/x86_64/may_unwind.rs
+++ b/src/test/ui/asm/x86_64/may_unwind.rs
@@ -1,6 +1,7 @@
 // only-x86_64
 // run-pass
 // needs-asm-support
+// needs-unwind
 
 #![feature(asm_sym, asm_unwind)]