about summary refs log tree commit diff
path: root/tests/ui/binding/simple-generic-match.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/binding/simple-generic-match.rs')
-rw-r--r--tests/ui/binding/simple-generic-match.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/binding/simple-generic-match.rs b/tests/ui/binding/simple-generic-match.rs
index acac32b8231..910bab03e1f 100644
--- a/tests/ui/binding/simple-generic-match.rs
+++ b/tests/ui/binding/simple-generic-match.rs
@@ -1,7 +1,7 @@
-// run-pass
+//@ run-pass
 #![allow(non_camel_case_types)]
 
-// pretty-expanded FIXME #23616
+//@ pretty-expanded FIXME #23616
 
 enum clam<T> { a(#[allow(dead_code)] T), }