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.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc/decl-trailing-whitespace.rs b/tests/rustdoc/decl-trailing-whitespace.rs
index e47edc13218..d2a12435d8f 100644
--- a/tests/rustdoc/decl-trailing-whitespace.rs
+++ b/tests/rustdoc/decl-trailing-whitespace.rs
@@ -7,7 +7,7 @@ pub struct Error;
 // @has 'foo/trait.Write.html'
 
 pub trait Write {
-    // @snapshot 'declaration' - '//*[@class="item-decl"]//code'
+    // @snapshot 'declaration' - '//*[@class="rust item-decl"]//code'
     fn poll_write(
         self: Option<String>,
         cx: &mut Option<String>,