diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-04-06 20:41:57 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-04-06 20:41:57 +0200 |
| commit | 56d0f9484b700740f0717212b55e2d9f8e001158 (patch) | |
| tree | fdf6edbedbdce72ef4231f1b540fcade413a1922 | |
| parent | d48a39a5e24ab08f727d1c919dc2af98c333ad14 (diff) | |
| download | rust-56d0f9484b700740f0717212b55e2d9f8e001158.tar.gz rust-56d0f9484b700740f0717212b55e2d9f8e001158.zip | |
Update rustdoc test following DOM change
| -rw-r--r-- | src/test/rustdoc/stability.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc/stability.rs b/src/test/rustdoc/stability.rs index 4ff06d9c995..90be2050d92 100644 --- a/src/test/rustdoc/stability.rs +++ b/src/test/rustdoc/stability.rs @@ -4,7 +4,7 @@ pub struct Unstable { // @has stability/struct.Unstable.html \ - // '//div[@class="item-info"]//div[@class="stab unstable"]' \ + // '//span[@class="item-info"]//div[@class="stab unstable"]' \ // 'This is a nightly-only experimental API' // @count stability/struct.Unstable.html '//span[@class="stab unstable"]' 0 pub foo: u32, |
