Sign in
android
/
toolchain
/
rustc
/
89a0a0cd9cbd0a0138a09bd877bbc73859a8c330
/
.
/
src
/
test
/
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