about summary refs log tree commit diff
path: root/tests/rustdoc/async-trait.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rustdoc/async-trait.rs')
-rw-r--r--tests/rustdoc/async-trait.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc/async-trait.rs b/tests/rustdoc/async-trait.rs
index 980a812815b..a6ee340e2dd 100644
--- a/tests/rustdoc/async-trait.rs
+++ b/tests/rustdoc/async-trait.rs
@@ -7,7 +7,7 @@ extern crate async_trait_dep;
 
 pub struct Oink {}
 
-// @has 'async_trait/struct.Oink.html' '//h4[@class="code-header"]' "async fn woof()"
+//@ has 'async_trait/struct.Oink.html' '//h4[@class="code-header"]' "async fn woof()"
 impl async_trait_dep::Meow for Oink {
     async fn woof() {
         todo!()