summaryrefslogtreecommitdiffstats
path: root/src/test/run-make-fulldeps/linkage-attr-on-static/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-make-fulldeps/linkage-attr-on-static/Makefile')
-rw-r--r--src/test/run-make-fulldeps/linkage-attr-on-static/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/test/run-make-fulldeps/linkage-attr-on-static/Makefile b/src/test/run-make-fulldeps/linkage-attr-on-static/Makefile
deleted file mode 100644
index 7cc54e40a..000000000
--- a/src/test/run-make-fulldeps/linkage-attr-on-static/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-include ../tools.mk
-
-all: $(call NATIVE_STATICLIB,foo)
- $(RUSTC) bar.rs
- $(call RUN,bar) || exit 1