about summary refs log tree commit diff
path: root/tests/ui/array-slice-vec/slice-panic-1.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/array-slice-vec/slice-panic-1.rs')
-rw-r--r--tests/ui/array-slice-vec/slice-panic-1.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ui/array-slice-vec/slice-panic-1.rs b/tests/ui/array-slice-vec/slice-panic-1.rs
index 3829078aba5..4436b633856 100644
--- a/tests/ui/array-slice-vec/slice-panic-1.rs
+++ b/tests/ui/array-slice-vec/slice-panic-1.rs
@@ -1,7 +1,7 @@
-// run-pass
-// needs-unwind
+//@ run-pass
+//@ needs-unwind
 
-// ignore-emscripten no threads support
+//@ ignore-emscripten no threads support
 
 // Test that if a slicing expr[..] fails, the correct cleanups happen.