about summary refs log tree commit diff
path: root/tests/ui/wasm/simd-to-array-80108.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/wasm/simd-to-array-80108.rs')
-rw-r--r--tests/ui/wasm/simd-to-array-80108.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ui/wasm/simd-to-array-80108.rs b/tests/ui/wasm/simd-to-array-80108.rs
index 0576c2e6be1..c7f8585eaa4 100644
--- a/tests/ui/wasm/simd-to-array-80108.rs
+++ b/tests/ui/wasm/simd-to-array-80108.rs
@@ -1,6 +1,6 @@
-// only-wasm32
-// compile-flags: --crate-type=lib -Copt-level=2
-// build-pass
+//@ only-wasm32
+//@ compile-flags: --crate-type=lib -Copt-level=2
+//@ build-pass
 #![feature(repr_simd)]
 
 // Regression test for #80108