summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc/issue-27104.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/rustdoc/issue-27104.rs10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/rustdoc/issue-27104.rs b/tests/rustdoc/issue-27104.rs
deleted file mode 100644
index 9f2fd9071..000000000
--- a/tests/rustdoc/issue-27104.rs
+++ /dev/null
@@ -1,10 +0,0 @@
-// compile-flags:--no-defaults --passes strip-priv-imports
-// aux-build:empty.rs
-// ignore-cross-compile
-
-// @has issue_27104/index.html
-// @!hasraw - 'extern crate std'
-// @!hasraw - 'use std::prelude::'
-
-// @hasraw - 'pub extern crate empty'
-pub extern crate empty;