about summary refs log tree commit diff
path: root/tests/rustdoc/primitive/search-index-primitive-inherent-method-23511.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rustdoc/primitive/search-index-primitive-inherent-method-23511.rs')
-rw-r--r--tests/rustdoc/primitive/search-index-primitive-inherent-method-23511.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc/primitive/search-index-primitive-inherent-method-23511.rs b/tests/rustdoc/primitive/search-index-primitive-inherent-method-23511.rs
index 6054d8f12f5..ea828e08d82 100644
--- a/tests/rustdoc/primitive/search-index-primitive-inherent-method-23511.rs
+++ b/tests/rustdoc/primitive/search-index-primitive-inherent-method-23511.rs
@@ -9,7 +9,7 @@ pub mod str {
     #![rustc_doc_primitive = "str"]
 
     impl str {
-        //@ hasraw search-index.js foo
+        //@ hasraw search.index/name/*.js foo
         #[rustc_allow_incoherent_impl]
         pub fn foo(&self) {}
     }