summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc/short-docblock-codeblock.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rustdoc/short-docblock-codeblock.rs')
-rw-r--r--tests/rustdoc/short-docblock-codeblock.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc/short-docblock-codeblock.rs b/tests/rustdoc/short-docblock-codeblock.rs
index 3c5fa7b36..7ecd80b8c 100644
--- a/tests/rustdoc/short-docblock-codeblock.rs
+++ b/tests/rustdoc/short-docblock-codeblock.rs
@@ -1,6 +1,6 @@
#![crate_name = "foo"]
-// @count foo/index.html '//*[@class="item-right docblock-short"]' 0
+// @count foo/index.html '//*[@class="desc docblock-short"]' 0
/// ```
/// let x = 12;