summaryrefslogtreecommitdiffstats
path: root/tests/run-make-fulldeps/hir-tree/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make-fulldeps/hir-tree/Makefile')
-rw-r--r--tests/run-make-fulldeps/hir-tree/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/run-make-fulldeps/hir-tree/Makefile b/tests/run-make-fulldeps/hir-tree/Makefile
deleted file mode 100644
index b0450ea4b..000000000
--- a/tests/run-make-fulldeps/hir-tree/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-include ../tools.mk
-
-# Test that hir-tree output doesn't crash and includes
-# the string constant we would expect to see.
-
-all:
- $(RUSTC) -o $(TMPDIR)/input.hir -Z unpretty=hir-tree input.rs
- $(CGREP) '"Hello, Rustaceans!\n"' < $(TMPDIR)/input.hir