]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/stdin-non-utf8/Makefile
Auto merge of #49284 - alexcrichton:use-our-own-cache, r=kennytm
[rust.git] / src / test / run-make-fulldeps / stdin-non-utf8 / Makefile
1 -include ../tools.mk
2
3 all:
4         cp non-utf8 $(TMPDIR)/non-utf.rs
5         cat $(TMPDIR)/non-utf.rs | $(RUSTC) - 2>&1 \
6                 | $(CGREP) "error: couldn't read from stdin, as it did not contain valid UTF-8"