about summary refs log tree commit diff
path: root/tests/pretty/gat-bounds.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pretty/gat-bounds.rs')
-rw-r--r--tests/pretty/gat-bounds.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pretty/gat-bounds.rs b/tests/pretty/gat-bounds.rs
index 0a361a3835f..7f5cdeef735 100644
--- a/tests/pretty/gat-bounds.rs
+++ b/tests/pretty/gat-bounds.rs
@@ -1,7 +1,7 @@
 // Check that associated types print generic parameters and where clauses.
 // See issue #67509.
 
-// pretty-compare-only
+//@ pretty-compare-only
 
 trait X {
     type Y<T>: Trait where Self: Sized;