diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2018-07-29 16:47:31 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2018-08-04 11:02:00 +0200 |
| commit | e0f8f871f6bbec2008af5697b8975ffe12d4571d (patch) | |
| tree | ff3e95cef25f61fafb2e3eeffa6bbf667cbd7017 /src/test | |
| parent | 8301081c906b733576b15ee3125f23ff6d60c560 (diff) | |
| download | rust-e0f8f871f6bbec2008af5697b8975ffe12d4571d.tar.gz rust-e0f8f871f6bbec2008af5697b8975ffe12d4571d.zip | |
Strengthen tests
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/rustdoc/generic-impl.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/rustdoc/generic-impl.rs b/src/test/rustdoc/generic-impl.rs index e2665fd8f37..46e02ed08e0 100644 --- a/src/test/rustdoc/generic-impl.rs +++ b/src/test/rustdoc/generic-impl.rs @@ -17,6 +17,7 @@ pub struct Bar; // @has foo/struct.Foo.html '//h3[@id="impl-ToString"]//code' 'impl<T> ToString for T' pub struct Foo; +// @has foo/struct.Foo.html '//div[@class="sidebar-links"]/a[@href="#impl-ToString"]' 'ToString' impl fmt::Display for Foo { fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { |
