about summary refs log tree commit diff
path: root/tests/ui/array-slice-vec/destructure-array-1.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/array-slice-vec/destructure-array-1.rs')
-rw-r--r--tests/ui/array-slice-vec/destructure-array-1.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/array-slice-vec/destructure-array-1.rs b/tests/ui/array-slice-vec/destructure-array-1.rs
index 74d893ee5b2..09eef1dc67f 100644
--- a/tests/ui/array-slice-vec/destructure-array-1.rs
+++ b/tests/ui/array-slice-vec/destructure-array-1.rs
@@ -1,4 +1,4 @@
-// run-pass
+//@ run-pass
 
 // Ensure that we can do a destructuring bind of a fixed-size array,
 // even when the element type has a destructor.