about summary refs log tree commit diff
path: root/tests/ui/rfcs/rfc-2497-if-let-chains/then-else-blocks.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/rfcs/rfc-2497-if-let-chains/then-else-blocks.rs')
-rw-r--r--tests/ui/rfcs/rfc-2497-if-let-chains/then-else-blocks.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/rfcs/rfc-2497-if-let-chains/then-else-blocks.rs b/tests/ui/rfcs/rfc-2497-if-let-chains/then-else-blocks.rs
index e061174f667..6d307be90c1 100644
--- a/tests/ui/rfcs/rfc-2497-if-let-chains/then-else-blocks.rs
+++ b/tests/ui/rfcs/rfc-2497-if-let-chains/then-else-blocks.rs
@@ -1,4 +1,4 @@
-// run-pass
+//@ run-pass
 
 #![feature(if_let_guard, let_chains)]