diff options
Diffstat (limited to 'tests/rustdoc/ensure-src-link.rs')
| -rw-r--r-- | tests/rustdoc/ensure-src-link.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/rustdoc/ensure-src-link.rs b/tests/rustdoc/ensure-src-link.rs index f99c4c4d988..f95b5f2d424 100644 --- a/tests/rustdoc/ensure-src-link.rs +++ b/tests/rustdoc/ensure-src-link.rs @@ -2,5 +2,5 @@ // This test ensures that the [src] link is present on traits items. -// @has foo/trait.Iterator.html '//*[@id="method.zip"]//a[@class="src rightside"]' "source" +// @has foo/trait.Iterator.html '//*[@id="method.zip"]//a[@class="src"]' "source" pub use std::iter::Iterator; | 
