diff options
Diffstat (limited to 'tests/run-make-fulldeps/windows-spawn/Makefile')
-rw-r--r-- | tests/run-make-fulldeps/windows-spawn/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/run-make-fulldeps/windows-spawn/Makefile b/tests/run-make-fulldeps/windows-spawn/Makefile deleted file mode 100644 index b6cdb169b..000000000 --- a/tests/run-make-fulldeps/windows-spawn/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -include ../tools.mk - -# only-windows - -all: - $(RUSTC) -o "$(TMPDIR)/hopefullydoesntexist bar.exe" hello.rs - $(RUSTC) spawn.rs - $(TMPDIR)/spawn.exe |