diff options
| -rw-r--r-- | src/test/run-make/stdin-non-utf8/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-make/stdin-non-utf8/Makefile b/src/test/run-make/stdin-non-utf8/Makefile index 307f3d85c00..f883e546e9c 100644 --- a/src/test/run-make/stdin-non-utf8/Makefile +++ b/src/test/run-make/stdin-non-utf8/Makefile @@ -1,5 +1,5 @@ -include ../tools.mk all: - echo '\xD2' | $(RUSTC) - 2>&1 \ + echo -e '\xD2' | $(RUSTC) - 2>&1 \ | $(CGREP) "error: couldn't read from stdin, as it did not contain valid UTF-8" |
