about summary refs log tree commit diff
path: root/src/test/run-make/json-errors/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-make/json-errors/Makefile')
-rw-r--r--src/test/run-make/json-errors/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/test/run-make/json-errors/Makefile b/src/test/run-make/json-errors/Makefile
deleted file mode 100644
index 30bcafd1049..00000000000
--- a/src/test/run-make/json-errors/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
--include ../tools.mk
-
-LOG := $(TMPDIR)/foo.log
-
-all:
-	cp foo.rs $(TMPDIR)
-	cd $(TMPDIR)
-	-$(RUSTC) -Z unstable-options --error-format=json foo.rs 2>$(LOG)
-	diff foo.json $(LOG)