From 46ccce0803386db3d7c0dbdd30d31474889b64a0 Mon Sep 17 00:00:00 2001 From: Philip Munksgaard Date: Fri, 5 Oct 2018 18:24:25 +0200 Subject: [PATCH] Remove duplicate test line --- src/test/rustdoc/manual_impl.rs | 1 - 1 file changed, 1 deletion(-) 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'