diff options
| author | Philip Munksgaard <pmunksgaard@gmail.com> | 2018-10-05 18:24:25 +0200 |
|---|---|---|
| committer | Philip Munksgaard <pmunksgaard@gmail.com> | 2018-10-05 18:24:25 +0200 |
| commit | 46ccce0803386db3d7c0dbdd30d31474889b64a0 (patch) | |
| tree | 58f87f3257ce83758879017d6a72837af6b86b99 /src/test/rustdoc | |
| parent | f97e094b198a0eb6115251f42e3f6e5dcec731f8 (diff) | |
| download | rust-46ccce0803386db3d7c0dbdd30d31474889b64a0.tar.gz rust-46ccce0803386db3d7c0dbdd30d31474889b64a0.zip | |
Remove duplicate test line
Diffstat (limited to 'src/test/rustdoc')
| -rw-r--r-- | src/test/rustdoc/manual_impl.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/rustdoc/manual_impl.rs b/src/test/rustdoc/manual_impl.rs index 54a8a764833..db48a652523 100644 --- a/src/test/rustdoc/manual_impl.rs +++ b/src/test/rustdoc/manual_impl.rs @@ -35,7 +35,6 @@ pub trait T { // @has - '//*[@class="docblock"]' 'Docs associated with the S1 trait a_method implementation.' // @!has - '//*[@class="docblock"]' 'Docs associated with the trait a_method definition.' // @has - '//*[@class="docblock"]' 'Docs associated with the trait b_method definition.' -// @has - '//*[@class="docblock"]' 'Docs associated with the trait b_method definition.' // @has - '//*[@class="docblock"]' 'Docs associated with the trait c_method definition.' // @!has - '//*[@class="docblock"]' 'There is another line' // @has - '//*[@class="docblock"]' 'Read more' |
