about summary refs log tree commit diff
path: root/tests/ui/binding/expr-match-generic-unique1.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/binding/expr-match-generic-unique1.rs')
-rw-r--r--tests/ui/binding/expr-match-generic-unique1.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/binding/expr-match-generic-unique1.rs b/tests/ui/binding/expr-match-generic-unique1.rs
index c5f38d81559..e4c984ec6ed 100644
--- a/tests/ui/binding/expr-match-generic-unique1.rs
+++ b/tests/ui/binding/expr-match-generic-unique1.rs
@@ -1,4 +1,4 @@
-// run-pass
+//@ run-pass
 
 fn test_generic<T: Clone, F>(expected: Box<T>, eq: F) where F: FnOnce(Box<T>, Box<T>) -> bool {
     let actual: Box<T> = match true {