about summary refs log tree commit diff
path: root/tests/ui/rfcs/rfc-2005-default-binding-mode/reset-mode.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/rfcs/rfc-2005-default-binding-mode/reset-mode.rs')
-rw-r--r--tests/ui/rfcs/rfc-2005-default-binding-mode/reset-mode.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/rfcs/rfc-2005-default-binding-mode/reset-mode.rs b/tests/ui/rfcs/rfc-2005-default-binding-mode/reset-mode.rs
index 3b9d07610d2..1d9bd4d16fc 100644
--- a/tests/ui/rfcs/rfc-2005-default-binding-mode/reset-mode.rs
+++ b/tests/ui/rfcs/rfc-2005-default-binding-mode/reset-mode.rs
@@ -1,4 +1,4 @@
-// run-pass
+//@ run-pass
 // Test that we "reset" the mode as we pass through a `&` pattern.
 //
 // cc #46688