about summary refs log tree commit diff
path: root/tests/rustdoc/decl-trailing-whitespace.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rustdoc/decl-trailing-whitespace.rs')
-rw-r--r--tests/rustdoc/decl-trailing-whitespace.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rustdoc/decl-trailing-whitespace.rs b/tests/rustdoc/decl-trailing-whitespace.rs
index 66783774308..9fa01f3216c 100644
--- a/tests/rustdoc/decl-trailing-whitespace.rs
+++ b/tests/rustdoc/decl-trailing-whitespace.rs
@@ -4,10 +4,10 @@
 
 pub struct Error;
 
-// @has 'foo/trait.Write.html'
+//@ has 'foo/trait.Write.html'
 
 pub trait Write {
-    // @snapshot 'declaration' - '//*[@class="rust item-decl"]//code'
+    //@ snapshot 'declaration' - '//*[@class="rust item-decl"]//code'
     fn poll_write(
         self,
         cx: &mut Option<String>,