]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/stdin-non-utf8/Makefile
Merge commit '9809f5d21990d9e24b3e9876ea7da756fd4e9def' into libgccjit-codegen
[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"