about summary refs log tree commit diff
path: root/tests/codegen/naked-fn/aligned.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/codegen/naked-fn/aligned.rs')
-rw-r--r--tests/codegen/naked-fn/aligned.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/codegen/naked-fn/aligned.rs b/tests/codegen/naked-fn/aligned.rs
index f9fce8e5a5d..2648b0213ca 100644
--- a/tests/codegen/naked-fn/aligned.rs
+++ b/tests/codegen/naked-fn/aligned.rs
@@ -1,6 +1,7 @@
 //@ compile-flags: -C no-prepopulate-passes -Copt-level=0
 //@ needs-asm-support
 //@ ignore-arm no "ret" mnemonic
+//@ ignore-wasm32 aligning functions is not currently supported on wasm (#143368)
 
 #![crate_type = "lib"]
 #![feature(fn_align)]