about summary refs log tree commit diff
path: root/tests/rustdoc/impl-ref-20175.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rustdoc/impl-ref-20175.rs')
-rw-r--r--tests/rustdoc/impl-ref-20175.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc/impl-ref-20175.rs b/tests/rustdoc/impl-ref-20175.rs
index a92db2d0a66..b1a9286fd41 100644
--- a/tests/rustdoc/impl-ref-20175.rs
+++ b/tests/rustdoc/impl-ref-20175.rs
@@ -8,7 +8,7 @@ pub trait Foo {
 
 pub struct Bar;
 
-// @has issue_20175/struct.Bar.html \
+//@ has issue_20175/struct.Bar.html \
 //      '//*[@id="method.foo"]' \
 //      'fn foo'
 impl<'a> Foo for &'a Bar {}