about summary refs log tree commit diff
path: root/tests/pretty/offset_of.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pretty/offset_of.rs')
-rw-r--r--tests/pretty/offset_of.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pretty/offset_of.rs b/tests/pretty/offset_of.rs
index 1307c335ad3..6cb27c7fdfb 100644
--- a/tests/pretty/offset_of.rs
+++ b/tests/pretty/offset_of.rs
@@ -1,3 +1,3 @@
-// pp-exact
+//@ pp-exact
 
 fn main() { std::mem::offset_of!(std :: ops :: Range < usize >, end); }