diff options
| author | Michael Howell <michael@notriddle.com> | 2022-09-16 14:40:24 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2022-09-16 14:40:38 -0700 |
| commit | a87a883f4adfc6be528a04216a3615e4907fffd4 (patch) | |
| tree | 55f2339dda3c2808272ab9dcda980b1eafd99c81 /src/test/rustdoc | |
| parent | b72de9be74dd5ac1d8b23d5ece03a7690274a14c (diff) | |
| download | rust-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.rs | 4 |
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; |
