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.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/test/rustdoc/type-layout-flag-required.rs b/src/test/rustdoc/type-layout-flag-required.rs
deleted file mode 100644
index 6bb5e10f8..000000000
--- a/src/test/rustdoc/type-layout-flag-required.rs
+++ /dev/null
@@ -1,4 +0,0 @@
-// Tests that `--show-type-layout` is required in order to show layout info.
-
-// @!hasraw type_layout_flag_required/struct.Foo.html 'Size: '
-pub struct Foo(usize);