summaryrefslogtreecommitdiffstats
path: root/tests/run-make-fulldeps/symlinked-libraries/foo.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make-fulldeps/symlinked-libraries/foo.rs')
-rw-r--r--tests/run-make-fulldeps/symlinked-libraries/foo.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/run-make-fulldeps/symlinked-libraries/foo.rs b/tests/run-make-fulldeps/symlinked-libraries/foo.rs
deleted file mode 100644
index cde9e291b..000000000
--- a/tests/run-make-fulldeps/symlinked-libraries/foo.rs
+++ /dev/null
@@ -1,3 +0,0 @@
-#![crate_type = "dylib"]
-
-pub fn bar() {}