summaryrefslogtreecommitdiffstats
path: root/src/test/run-make-fulldeps/stdin-non-utf8
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-make-fulldeps/stdin-non-utf8')
-rw-r--r--src/test/run-make-fulldeps/stdin-non-utf8/Makefile6
-rw-r--r--src/test/run-make-fulldeps/stdin-non-utf8/non-utf81
2 files changed, 0 insertions, 7 deletions
diff --git a/src/test/run-make-fulldeps/stdin-non-utf8/Makefile b/src/test/run-make-fulldeps/stdin-non-utf8/Makefile
deleted file mode 100644
index 709d4cf14..000000000
--- a/src/test/run-make-fulldeps/stdin-non-utf8/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-include ../tools.mk
-
-all:
- cp non-utf8 $(TMPDIR)/non-utf.rs
- cat $(TMPDIR)/non-utf.rs | $(RUSTC) - 2>&1 \
- | $(CGREP) "error: couldn't read from stdin, as it did not contain valid UTF-8"
diff --git a/src/test/run-make-fulldeps/stdin-non-utf8/non-utf8 b/src/test/run-make-fulldeps/stdin-non-utf8/non-utf8
deleted file mode 100644
index bc87051a8..000000000
--- a/src/test/run-make-fulldeps/stdin-non-utf8/non-utf8
+++ /dev/null
@@ -1 +0,0 @@