diff options
Diffstat (limited to 'tests/run-make-fulldeps/error-found-staticlib-instead-crate/Makefile')
-rw-r--r-- | tests/run-make-fulldeps/error-found-staticlib-instead-crate/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/run-make-fulldeps/error-found-staticlib-instead-crate/Makefile b/tests/run-make-fulldeps/error-found-staticlib-instead-crate/Makefile deleted file mode 100644 index 0eae41d72..000000000 --- a/tests/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" |