about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2022-04-06 20:41:57 +0200
committerGuillaume Gomez <guillaume.gomez@huawei.com>2022-04-06 20:41:57 +0200
commit56d0f9484b700740f0717212b55e2d9f8e001158 (patch)
treefdf6edbedbdce72ef4231f1b540fcade413a1922
parentd48a39a5e24ab08f727d1c919dc2af98c333ad14 (diff)
downloadrust-56d0f9484b700740f0717212b55e2d9f8e001158.tar.gz
rust-56d0f9484b700740f0717212b55e2d9f8e001158.zip
Update rustdoc test following DOM change
-rw-r--r--src/test/rustdoc/stability.rs2
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,