summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc/issue-19181.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/rustdoc/issue-19181.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/rustdoc/issue-19181.rs b/tests/rustdoc/issue-19181.rs
deleted file mode 100644
index 3dea152fc..000000000
--- a/tests/rustdoc/issue-19181.rs
+++ /dev/null
@@ -1,5 +0,0 @@
-// compile-flags:--test
-
-// rustdoc should not panic when target crate has compilation errors
-
-fn main() { 0 }