summaryrefslogtreecommitdiffstats
path: root/tests/run-make-fulldeps/rustdoc-map-file/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make-fulldeps/rustdoc-map-file/Makefile')
-rw-r--r--tests/run-make-fulldeps/rustdoc-map-file/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/run-make-fulldeps/rustdoc-map-file/Makefile b/tests/run-make-fulldeps/rustdoc-map-file/Makefile
deleted file mode 100644
index 5cbf7747a..000000000
--- a/tests/run-make-fulldeps/rustdoc-map-file/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-include ../tools.mk
-
-all:
- $(RUSTDOC) -Z unstable-options --generate-redirect-map foo.rs -o "$(TMPDIR)/out"
- "$(PYTHON)" validate_json.py "$(TMPDIR)/out"