about summary refs log tree commit diff
path: root/tests/ui/default-method-parsing.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/default-method-parsing.rs')
-rw-r--r--tests/ui/default-method-parsing.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/default-method-parsing.rs b/tests/ui/default-method-parsing.rs
index 5001d58f0a4..2580a04221f 100644
--- a/tests/ui/default-method-parsing.rs
+++ b/tests/ui/default-method-parsing.rs
@@ -1,5 +1,5 @@
-// check-pass
-// pretty-expanded FIXME #23616
+//@ check-pass
+//@ pretty-expanded FIXME #23616
 
 trait Foo {
     fn m(&self, _:isize) { }