]> git.lizzy.rs Git - rust.git/blobdiff - tests/rustdoc/local-reexport-doc.rs
Auto merge of #107778 - weihanglo:update-cargo, r=weihanglo
[rust.git] / tests / rustdoc / local-reexport-doc.rs
index 1c8468008dd0afd0eb64d80e32174a1c16c1a93c..5dc857773a393ebf1fb883b674a628132269cb2b 100644 (file)
@@ -4,7 +4,7 @@
 #![crate_name = "foo"]
 
 // @has 'foo/fn.g.html'
-// @has - '//*[@class="rustdoc-toggle top-doc"]/*[@class="docblock"]' \
+// @has - '//*[@class="toggle top-doc"]/*[@class="docblock"]' \
 // 'outer module inner module'
 
 mod inner_mod {