]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/stdin-non-utf8/Makefile
Merge commit '48d60ab7c505c6c1ebb042eacaafd8dc9f7a9267' 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"