summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc/blanket-reexport-item.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rustdoc/blanket-reexport-item.rs')
-rw-r--r--tests/rustdoc/blanket-reexport-item.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc/blanket-reexport-item.rs b/tests/rustdoc/blanket-reexport-item.rs
index 437f0001f..315a38c30 100644
--- a/tests/rustdoc/blanket-reexport-item.rs
+++ b/tests/rustdoc/blanket-reexport-item.rs
@@ -1,6 +1,6 @@
#![crate_name = "foo"]
-// @has foo/struct.S.html '//*[@id="impl-Into%3CU%3E-for-S"]//h3[@class="code-header"]' 'impl<T, U> Into<U> for T'
+// @has foo/struct.S.html '//*[@id="impl-Into%3CU%3E-for-T"]//h3[@class="code-header"]' 'impl<T, U> Into<U> for T'
pub struct S2 {}
mod m {
pub struct S {}