about summary refs log tree commit diff
path: root/tests/ui/manual/manual-link-framework.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/manual/manual-link-framework.rs')
-rw-r--r--tests/ui/manual/manual-link-framework.rs7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/ui/manual/manual-link-framework.rs b/tests/ui/manual/manual-link-framework.rs
new file mode 100644
index 00000000000..57c5966e960
--- /dev/null
+++ b/tests/ui/manual/manual-link-framework.rs
@@ -0,0 +1,7 @@
+// ignore-macos
+// ignore-ios
+// compile-flags:-l framework=foo
+// error-pattern: library kind `framework` is only supported on Apple targets
+
+fn main() {
+}