about summary refs log tree commit diff
path: root/tests/rustdoc/struct-implementations-title.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rustdoc/struct-implementations-title.rs')
-rw-r--r--tests/rustdoc/struct-implementations-title.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rustdoc/struct-implementations-title.rs b/tests/rustdoc/struct-implementations-title.rs
index 5468796f669..ca5b5c0ee20 100644
--- a/tests/rustdoc/struct-implementations-title.rs
+++ b/tests/rustdoc/struct-implementations-title.rs
@@ -2,8 +2,8 @@
 
 pub struct Struc;
 
-// @has foo/struct.Struc.html
-// @has - '//*[@id="main-content"]/h2[@id="implementations"]' "Implementations"
+//@ has foo/struct.Struc.html
+//@ has - '//*[@id="main-content"]/h2[@id="implementations"]' "Implementations"
 impl Struc {
     pub const S: u64 = 0;
 }