summaryrefslogtreecommitdiffstats
path: root/tests/run-make-fulldeps/rustdoc-output-path
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make-fulldeps/rustdoc-output-path')
-rw-r--r--tests/run-make-fulldeps/rustdoc-output-path/Makefile4
-rw-r--r--tests/run-make-fulldeps/rustdoc-output-path/foo.rs1
2 files changed, 0 insertions, 5 deletions
diff --git a/tests/run-make-fulldeps/rustdoc-output-path/Makefile b/tests/run-make-fulldeps/rustdoc-output-path/Makefile
deleted file mode 100644
index 8f5cda9e5..000000000
--- a/tests/run-make-fulldeps/rustdoc-output-path/Makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-include ../tools.mk
-
-all:
- $(RUSTDOC) -o "$(TMPDIR)/foo/bar/doc" foo.rs
diff --git a/tests/run-make-fulldeps/rustdoc-output-path/foo.rs b/tests/run-make-fulldeps/rustdoc-output-path/foo.rs
deleted file mode 100644
index 4a835673a..000000000
--- a/tests/run-make-fulldeps/rustdoc-output-path/foo.rs
+++ /dev/null
@@ -1 +0,0 @@
-pub struct Foo;