Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
run-make-fulldeps
/
hir-tree
/
Makefile
blob: b0450ea4bc5fddae4b62bf1c2281eb427a156193 [
file
] [
log
] [
blame
]
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