about summary refs log tree commit diff
path: root/tests/ui/binding/match-ref-binding-mut-option.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/binding/match-ref-binding-mut-option.rs')
-rw-r--r--tests/ui/binding/match-ref-binding-mut-option.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/binding/match-ref-binding-mut-option.rs b/tests/ui/binding/match-ref-binding-mut-option.rs
index c25639b7213..f500e05c572 100644
--- a/tests/ui/binding/match-ref-binding-mut-option.rs
+++ b/tests/ui/binding/match-ref-binding-mut-option.rs
@@ -1,4 +1,4 @@
-// run-pass
+//@ run-pass
 
 pub fn main() {
     let mut v = Some(22);