]> git.lizzy.rs Git - rust.git/blobdiff - tests/rustdoc/index-page.rs
Rollup merge of #107271 - Zeegomo:drop-rmw, r=oli-obk
[rust.git] / tests / rustdoc / index-page.rs
index 0c947ea2e28788aaab6f11a7b0f38e9a410e6c42..fc755afda4a9cfa2ad24f08502c54101786f291a 100644 (file)
@@ -5,7 +5,7 @@
 #![crate_name = "foo"]
 
 // @has foo/../index.html
-// @has - '//h1[@class="fqn"]' 'List of all crates'
+// @has - '//h1' 'List of all crates'
 // @has - '//ul[@class="all-items"]//a[@href="foo/index.html"]' 'foo'
 // @has - '//ul[@class="all-items"]//a[@href="all_item_types/index.html"]' 'all_item_types'
 pub struct Foo;