about summary refs log tree commit diff
path: root/tests/rustdoc/doc-hidden-private-67851-both.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rustdoc/doc-hidden-private-67851-both.rs')
-rw-r--r--tests/rustdoc/doc-hidden-private-67851-both.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rustdoc/doc-hidden-private-67851-both.rs b/tests/rustdoc/doc-hidden-private-67851-both.rs
index e6eb6a68ffd..2e2190d8755 100644
--- a/tests/rustdoc/doc-hidden-private-67851-both.rs
+++ b/tests/rustdoc/doc-hidden-private-67851-both.rs
@@ -2,9 +2,9 @@
 // https://github.com/rust-lang/rust/issues/67851
 #![crate_name="foo"]
 
-// @has foo/struct.Hidden.html
+//@ has foo/struct.Hidden.html
 #[doc(hidden)]
 pub struct Hidden;
 
-// @has foo/struct.Private.html
+//@ has foo/struct.Private.html
 struct Private;