]> git.proxmox.com Git - rustc.git/blame - src/test/run-make-fulldeps/stdin-non-utf8/Makefile
Update unsuspicious file list
[rustc.git] / src / test / run-make-fulldeps / stdin-non-utf8 / Makefile
CommitLineData
f2b60f7d 1include ../tools.mk
2c00a5a8
XL
2
3all:
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"