about summary refs log tree commit diff
path: root/tests/rustdoc/remove-duplicates.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rustdoc/remove-duplicates.rs')
-rw-r--r--tests/rustdoc/remove-duplicates.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc/remove-duplicates.rs b/tests/rustdoc/remove-duplicates.rs
index 759bf84db62..1e5bf9b0198 100644
--- a/tests/rustdoc/remove-duplicates.rs
+++ b/tests/rustdoc/remove-duplicates.rs
@@ -9,6 +9,6 @@ mod foo {
     }
 }
 
-// @count foo/index.html '//*[@class="trait"]' 1
+//@ count foo/index.html '//*[@class="trait"]' 1
 pub use foo::bar::*;
 pub use foo::*;