summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc/all.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/rustdoc/all.rs')
-rw-r--r--src/test/rustdoc/all.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc/all.rs b/src/test/rustdoc/all.rs
index a95d6c462..4c8d02310 100644
--- a/src/test/rustdoc/all.rs
+++ b/src/test/rustdoc/all.rs
@@ -24,5 +24,5 @@ mod private_module {
}
// @has foo/all.html '//a[@href="struct.ReexportedStruct.html"]' 'ReexportedStruct'
-// @!has foo/all.html 'private_module'
+// @!hasraw foo/all.html 'private_module'
pub use private_module::ReexportedStruct;