about summary refs log tree commit diff
path: root/tests/ui/rfcs/rfc-2005-default-binding-mode/constref.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/rfcs/rfc-2005-default-binding-mode/constref.rs')
-rw-r--r--tests/ui/rfcs/rfc-2005-default-binding-mode/constref.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/rfcs/rfc-2005-default-binding-mode/constref.rs b/tests/ui/rfcs/rfc-2005-default-binding-mode/constref.rs
index d5bca6a2474..4b9fe71a88f 100644
--- a/tests/ui/rfcs/rfc-2005-default-binding-mode/constref.rs
+++ b/tests/ui/rfcs/rfc-2005-default-binding-mode/constref.rs
@@ -1,4 +1,4 @@
-// run-pass
+//@ run-pass
 const CONST_REF: &[u8; 3] = b"foo";
 
 trait Foo {