about summary refs log tree commit diff
path: root/tests/ui/array-slice-vec/vec-matching-fixed.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/array-slice-vec/vec-matching-fixed.rs')
-rw-r--r--tests/ui/array-slice-vec/vec-matching-fixed.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/array-slice-vec/vec-matching-fixed.rs b/tests/ui/array-slice-vec/vec-matching-fixed.rs
index fdeb7e4fda6..c7fc09ffd2a 100644
--- a/tests/ui/array-slice-vec/vec-matching-fixed.rs
+++ b/tests/ui/array-slice-vec/vec-matching-fixed.rs
@@ -1,4 +1,4 @@
-// run-pass
+//@ run-pass
 
 fn a() {
     let x = [1, 2, 3];