about summary refs log tree commit diff
path: root/tests/ui/wasm/wasm-custom-section-relocations.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/wasm/wasm-custom-section-relocations.rs')
-rw-r--r--tests/ui/wasm/wasm-custom-section-relocations.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/wasm/wasm-custom-section-relocations.rs b/tests/ui/wasm/wasm-custom-section-relocations.rs
index c3cca3a35ac..30358c7a8d9 100644
--- a/tests/ui/wasm/wasm-custom-section-relocations.rs
+++ b/tests/ui/wasm/wasm-custom-section-relocations.rs
@@ -1,4 +1,4 @@
-// only-wasm32
+//@ only-wasm32
 
 #[link_section = "test"]
 pub static A: &[u8] = &[1]; //~ ERROR: no extra levels of indirection