about summary refs log tree commit diff
path: root/tests/ui/object-lifetime/object-lifetime-default-from-rptr-mut.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/object-lifetime/object-lifetime-default-from-rptr-mut.rs')
-rw-r--r--tests/ui/object-lifetime/object-lifetime-default-from-rptr-mut.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/object-lifetime/object-lifetime-default-from-rptr-mut.rs b/tests/ui/object-lifetime/object-lifetime-default-from-rptr-mut.rs
index a09fc03ab9b..412695f7086 100644
--- a/tests/ui/object-lifetime/object-lifetime-default-from-rptr-mut.rs
+++ b/tests/ui/object-lifetime/object-lifetime-default-from-rptr-mut.rs
@@ -1,8 +1,8 @@
-// run-pass
+//@ run-pass
 // Test that the lifetime of the enclosing `&` is used for the object
 // lifetime bound.
 
-// pretty-expanded FIXME #23616
+//@ pretty-expanded FIXME #23616
 
 #![allow(dead_code)]