summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc/type-layout-flag-required.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/rustdoc/type-layout-flag-required.rs')
-rw-r--r--src/test/rustdoc/type-layout-flag-required.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc/type-layout-flag-required.rs b/src/test/rustdoc/type-layout-flag-required.rs
index a01fbd229..6bb5e10f8 100644
--- a/src/test/rustdoc/type-layout-flag-required.rs
+++ b/src/test/rustdoc/type-layout-flag-required.rs
@@ -1,4 +1,4 @@
// Tests that `--show-type-layout` is required in order to show layout info.
-// @!has type_layout_flag_required/struct.Foo.html 'Size: '
+// @!hasraw type_layout_flag_required/struct.Foo.html 'Size: '
pub struct Foo(usize);