about summary refs log tree commit diff
path: root/tests/ui/binding/func-arg-ref-pattern.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/binding/func-arg-ref-pattern.rs')
-rw-r--r--tests/ui/binding/func-arg-ref-pattern.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/binding/func-arg-ref-pattern.rs b/tests/ui/binding/func-arg-ref-pattern.rs
index 2d75c12140b..56634544bc9 100644
--- a/tests/ui/binding/func-arg-ref-pattern.rs
+++ b/tests/ui/binding/func-arg-ref-pattern.rs
@@ -1,4 +1,4 @@
-// run-pass
+//@ run-pass
 
 // Test argument patterns where we create refs to the inside of
 // boxes. Make sure that we don't free the box as we match the