We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c739254 commit 00a33d6Copy full SHA for 00a33d6
src/test/run-make/stdin-non-utf8/Makefile
@@ -1,5 +1,5 @@
1
-include ../tools.mk
2
3
all:
4
- echo '\xD2' | $(RUSTC) - 2>&1 \
+ echo -e '\xD2' | $(RUSTC) - 2>&1 \
5
| $(CGREP) "error: couldn't read from stdin, as it did not contain valid UTF-8"
0 commit comments