about summary refs log tree commit diff
path: root/src/test/rustdoc
diff options
context:
space:
mode:
authorMichael Howell <michael@notriddle.com>2022-09-16 14:40:24 -0700
committerMichael Howell <michael@notriddle.com>2022-09-16 14:40:38 -0700
commita87a883f4adfc6be528a04216a3615e4907fffd4 (patch)
tree55f2339dda3c2808272ab9dcda980b1eafd99c81 /src/test/rustdoc
parentb72de9be74dd5ac1d8b23d5ece03a7690274a14c (diff)
downloadrust-a87a883f4adfc6be528a04216a3615e4907fffd4.tar.gz
rust-a87a883f4adfc6be528a04216a3615e4907fffd4.zip
rustdoc: update test case for All Crates page
Diffstat (limited to 'src/test/rustdoc')
-rw-r--r--src/test/rustdoc/index-page.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/rustdoc/index-page.rs b/src/test/rustdoc/index-page.rs
index be668a1276a..5677019fbb8 100644
--- a/src/test/rustdoc/index-page.rs
+++ b/src/test/rustdoc/index-page.rs
@@ -6,6 +6,6 @@
 
 // @has foo/../index.html
 // @has - '//span[@class="in-band"]' 'List of all crates'
-// @has - '//ul[@class="crate mod"]//a[@href="foo/index.html"]' 'foo'
-// @has - '//ul[@class="crate mod"]//a[@href="all_item_types/index.html"]' 'all_item_types'
+// @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;