about summary refs log tree commit diff
path: root/tests/ui/binding/expr-match-generic.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/binding/expr-match-generic.rs')
-rw-r--r--tests/ui/binding/expr-match-generic.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/binding/expr-match-generic.rs b/tests/ui/binding/expr-match-generic.rs
index 530fc676f7c..975eec42fd0 100644
--- a/tests/ui/binding/expr-match-generic.rs
+++ b/tests/ui/binding/expr-match-generic.rs
@@ -1,4 +1,4 @@
-// run-pass
+//@ run-pass
 #![allow(non_camel_case_types)]
 
 type compare<T> = extern "Rust" fn(T, T) -> bool;