summaryrefslogtreecommitdiffstats
path: root/src/test/run-make-fulldeps/error-found-staticlib-instead-crate/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-make-fulldeps/error-found-staticlib-instead-crate/Makefile')
-rw-r--r--src/test/run-make-fulldeps/error-found-staticlib-instead-crate/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/test/run-make-fulldeps/error-found-staticlib-instead-crate/Makefile b/src/test/run-make-fulldeps/error-found-staticlib-instead-crate/Makefile
deleted file mode 100644
index 0eae41d72..000000000
--- a/src/test/run-make-fulldeps/error-found-staticlib-instead-crate/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-include ../tools.mk
-
-all:
- $(RUSTC) foo.rs --crate-type staticlib
- $(RUSTC) bar.rs 2>&1 | $(CGREP) "found staticlib"