diff options
| author | Michael Howell <michael@notriddle.com> | 2024-12-26 16:35:29 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2024-12-26 18:31:55 -0700 |
| commit | da1c1c33abe43feb50ebe01b59dade8da4304909 (patch) | |
| tree | 6d327bd98607245cd8425e3c6c9d0b95cbab88be /tests/rustdoc/intra-doc/pub-use.rs | |
| parent | 16a4ad7d7b0d163f7be6803c786c3b83d42913bb (diff) | |
| download | rust-da1c1c33abe43feb50ebe01b59dade8da4304909.tar.gz rust-da1c1c33abe43feb50ebe01b59dade8da4304909.zip | |
Adjust test for slightly changed inlining behavior
Diffstat (limited to 'tests/rustdoc/intra-doc/pub-use.rs')
| -rw-r--r-- | tests/rustdoc/intra-doc/pub-use.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc/intra-doc/pub-use.rs b/tests/rustdoc/intra-doc/pub-use.rs index 7c70adad7d9..5aeb3eb149e 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 |
