diff options
Diffstat (limited to 'tests/run-make-fulldeps/invalid-staticlib')
-rw-r--r-- | tests/run-make-fulldeps/invalid-staticlib/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/run-make-fulldeps/invalid-staticlib/Makefile b/tests/run-make-fulldeps/invalid-staticlib/Makefile deleted file mode 100644 index 3f0f74ce3..000000000 --- a/tests/run-make-fulldeps/invalid-staticlib/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -include ../tools.mk - -all: - touch $(TMPDIR)/libfoo.a - echo | $(RUSTC) - --crate-type=rlib -lstatic=foo 2>&1 | $(CGREP) "failed to add native library" |