diff options
Diffstat (limited to 'src/test/rustdoc/struct-implementations-title.rs')
| -rw-r--r-- | src/test/rustdoc/struct-implementations-title.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/test/rustdoc/struct-implementations-title.rs b/src/test/rustdoc/struct-implementations-title.rs index 96eb11311d6..5468796f669 100644 --- a/src/test/rustdoc/struct-implementations-title.rs +++ b/src/test/rustdoc/struct-implementations-title.rs @@ -3,7 +3,7 @@ pub struct Struc; // @has foo/struct.Struc.html -// @has - '//*[@id="main"]/h2[@id="implementations"]' "Implementations" +// @has - '//*[@id="main-content"]/h2[@id="implementations"]' "Implementations" impl Struc { pub const S: u64 = 0; } | 
