summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc/inline_local/macro_by_example.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/rustdoc/inline_local/macro_by_example.rs')
-rw-r--r--src/test/rustdoc/inline_local/macro_by_example.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc/inline_local/macro_by_example.rs b/src/test/rustdoc/inline_local/macro_by_example.rs
index dacc7cfb3..5c33c0037 100644
--- a/src/test/rustdoc/inline_local/macro_by_example.rs
+++ b/src/test/rustdoc/inline_local/macro_by_example.rs
@@ -7,7 +7,7 @@ macro_rules! foo {
// @has macro_by_example/macros/index.html
pub mod macros {
- // @!has - 'pub use foo as bar;'
+ // @!hasraw - 'pub use foo as bar;'
// @has macro_by_example/macros/macro.bar.html
// @has - '//*[@class="docblock"]' 'docs for foo'
// @has - '//*[@class="stab deprecated"]' 'Deprecated since 1.2.3: text'