summaryrefslogtreecommitdiffstats
path: root/src/test/run-make-fulldeps/long-linker-command-lines/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-make-fulldeps/long-linker-command-lines/Makefile')
-rw-r--r--src/test/run-make-fulldeps/long-linker-command-lines/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/test/run-make-fulldeps/long-linker-command-lines/Makefile b/src/test/run-make-fulldeps/long-linker-command-lines/Makefile
deleted file mode 100644
index 00199ca97..000000000
--- a/src/test/run-make-fulldeps/long-linker-command-lines/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-include ../tools.mk
-
-all:
- $(RUSTC) foo.rs -g -O
- RUSTC="$(RUSTC_ORIGINAL)" $(call RUN,foo)