about summary refs log tree commit diff
path: root/tests/ui/linkage-attr/kind-framework.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/linkage-attr/kind-framework.rs')
-rw-r--r--tests/ui/linkage-attr/kind-framework.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/ui/linkage-attr/kind-framework.rs b/tests/ui/linkage-attr/kind-framework.rs
deleted file mode 100644
index c2f90809e03..00000000000
--- a/tests/ui/linkage-attr/kind-framework.rs
+++ /dev/null
@@ -1,7 +0,0 @@
-//@ ignore-apple this is supposed to succeed on Apple platforms (though it won't necessarily link)
-
-#[link(name = "foo", kind = "framework")]
-extern "C" {}
-//~^^ ERROR: link kind `framework` is only supported on Apple targets
-
-fn main() {}