about summary refs log tree commit diff
path: root/tests/rustdoc/strip-block-doc-comments-stars.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rustdoc/strip-block-doc-comments-stars.rs')
-rw-r--r--tests/rustdoc/strip-block-doc-comments-stars.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc/strip-block-doc-comments-stars.rs b/tests/rustdoc/strip-block-doc-comments-stars.rs
index ea28d84f1ff..ca4c93f92e0 100644
--- a/tests/rustdoc/strip-block-doc-comments-stars.rs
+++ b/tests/rustdoc/strip-block-doc-comments-stars.rs
@@ -4,7 +4,7 @@
 // block doc comments can have their lines starting with a star.
 
 // @has foo/fn.foo.html
-// @snapshot docblock - '//*[@class="rustdoc-toggle top-doc"]//*[@class="docblock"]'
+// @snapshot docblock - '//*[@class="toggle top-doc"]//*[@class="docblock"]'
 /**
  *     a
  */