summaryrefslogtreecommitdiffstats
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 e47edc132..d2a12435d 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>,