From 22940554e428712310b393d344b4cdc083ba6519 Mon Sep 17 00:00:00 2001 From: Michael Howell Date: Thu, 26 Dec 2024 16:35:29 -0700 Subject: [PATCH] Adjust test for slightly changed inlining behavior --- tests/rustdoc/intra-doc/pub-use.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rustdoc/intra-doc/pub-use.rs b/tests/rustdoc/intra-doc/pub-use.rs index 7c70adad7d965..5aeb3eb149eee 100644 --- a/tests/rustdoc/intra-doc/pub-use.rs +++ b/tests/rustdoc/intra-doc/pub-use.rs @@ -7,7 +7,7 @@ extern crate inner; /// [mod@std::env] [g] //@ has outer/index.html //@ has - '//a[@href="{{channel}}/std/env/index.html"]' "std::env" -//@ has - '//a[@href="fn.f.html"]' "g" +//@ has - '//a[@href="fn.g.html"]' "g" pub use f as g; // Make sure the documentation is actually correct by documenting an inlined re-export