From 56d0f9484b700740f0717212b55e2d9f8e001158 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Wed, 6 Apr 2022 20:41:57 +0200 Subject: [PATCH] Update rustdoc test following DOM change --- src/test/rustdoc/stability.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/rustdoc/stability.rs b/src/test/rustdoc/stability.rs index 4ff06d9c9954e..90be2050d926b 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,