summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc/reexport-dep-foreign-fn.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rustdoc/reexport-dep-foreign-fn.rs')
-rw-r--r--tests/rustdoc/reexport-dep-foreign-fn.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc/reexport-dep-foreign-fn.rs b/tests/rustdoc/reexport-dep-foreign-fn.rs
index 6694c91d1..e7f5720d5 100644
--- a/tests/rustdoc/reexport-dep-foreign-fn.rs
+++ b/tests/rustdoc/reexport-dep-foreign-fn.rs
@@ -8,5 +8,5 @@
extern crate all_item_types;
// @has 'foo/fn.foo_ffn.html'
-// @has - '//*[@class="item-decl"]//code' 'pub unsafe extern "C" fn foo_ffn()'
+// @has - '//*[@class="rust item-decl"]//code' 'pub unsafe extern "C" fn foo_ffn()'
pub use all_item_types::foo_ffn;