summaryrefslogtreecommitdiffstats
path: root/tests/ui/runtime/signal-alternate-stack-cleanup.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/runtime/signal-alternate-stack-cleanup.rs')
-rw-r--r--tests/ui/runtime/signal-alternate-stack-cleanup.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/runtime/signal-alternate-stack-cleanup.rs b/tests/ui/runtime/signal-alternate-stack-cleanup.rs
index 8a6d73895..37c602ae0 100644
--- a/tests/ui/runtime/signal-alternate-stack-cleanup.rs
+++ b/tests/ui/runtime/signal-alternate-stack-cleanup.rs
@@ -7,6 +7,7 @@
// ignore-windows
// ignore-sgx no libc
// ignore-vxworks no SIGWINCH in user space
+// ignore-nto no SA_ONSTACK
#![feature(rustc_private)]
extern crate libc;