]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/hir-tree/Makefile
Auto merge of #100748 - SparrowLii:query_depth, r=cjgillot
[rust.git] / src / test / run-make-fulldeps / hir-tree / Makefile
1 include ../tools.mk
2
3 # Test that hir-tree output doesn't crash and includes
4 # the string constant we would expect to see.
5
6 all:
7         $(RUSTC) -o $(TMPDIR)/input.hir -Z unpretty=hir-tree input.rs
8         $(CGREP) '"Hello, Rustaceans!\n"' < $(TMPDIR)/input.hir