about summary refs log tree commit diff
path: root/tests/rustdoc/attribute-rendering.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rustdoc/attribute-rendering.rs')
-rw-r--r--tests/rustdoc/attribute-rendering.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/rustdoc/attribute-rendering.rs b/tests/rustdoc/attribute-rendering.rs
deleted file mode 100644
index fb40d0a9887..00000000000
--- a/tests/rustdoc/attribute-rendering.rs
+++ /dev/null
@@ -1,8 +0,0 @@
-#![crate_name = "foo"]
-
-//@ has 'foo/fn.f.html'
-//@ has - //*[@'class="code-attribute"]' '#[unsafe(export_name = "f")]'
-//@ has - //*[@'class="rust item-decl"]' 'pub fn f()'
-#[unsafe(export_name = "\
-f")]
-pub fn f() {}