Skip to content

Commit a87a883

Browse files
committed
rustdoc: update test case for All Crates page
1 parent b72de9b commit a87a883

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/rustdoc/index-page.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
// @has foo/../index.html
88
// @has - '//span[@class="in-band"]' 'List of all crates'
9-
// @has - '//ul[@class="crate mod"]//a[@href="foo/index.html"]' 'foo'
10-
// @has - '//ul[@class="crate mod"]//a[@href="all_item_types/index.html"]' 'all_item_types'
9+
// @has - '//ul[@class="all-items"]//a[@href="foo/index.html"]' 'foo'
10+
// @has - '//ul[@class="all-items"]//a[@href="all_item_types/index.html"]' 'all_item_types'
1111
pub struct Foo;

0 commit comments

Comments
 (0)