about summary refs log tree commit diff
path: root/tests/ui/rfcs/rfc-2005-default-binding-mode/box.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/rfcs/rfc-2005-default-binding-mode/box.rs')
-rw-r--r--tests/ui/rfcs/rfc-2005-default-binding-mode/box.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/rfcs/rfc-2005-default-binding-mode/box.rs b/tests/ui/rfcs/rfc-2005-default-binding-mode/box.rs
index 0d1cded36b6..de8afd95a84 100644
--- a/tests/ui/rfcs/rfc-2005-default-binding-mode/box.rs
+++ b/tests/ui/rfcs/rfc-2005-default-binding-mode/box.rs
@@ -1,4 +1,4 @@
-// run-pass
+//@ run-pass
 #![allow(unreachable_patterns)]
 #![feature(box_patterns)]