about summary refs log tree commit diff
path: root/src/test
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2019-11-18 16:49:44 +0100
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2019-11-18 16:49:44 +0100
commita9e8d4c0c523ff4da185084790fa39cdc7ece1f3 (patch)
tree496f9fc7f0f294d35e455c3151d93af943e05546 /src/test
parent71c7dace89959e185948e91b902ffb803aa8d223 (diff)
downloadrust-a9e8d4c0c523ff4da185084790fa39cdc7ece1f3.tar.gz
rust-a9e8d4c0c523ff4da185084790fa39cdc7ece1f3.zip
Remove redundant html check
Diffstat (limited to 'src/test')
-rw-r--r--src/test/run-make-fulldeps/rustdoc-themes/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/run-make-fulldeps/rustdoc-themes/Makefile b/src/test/run-make-fulldeps/rustdoc-themes/Makefile
index f5a471e66e5..4d80c5f3fc4 100644
--- a/src/test/run-make-fulldeps/rustdoc-themes/Makefile
+++ b/src/test/run-make-fulldeps/rustdoc-themes/Makefile
@@ -7,4 +7,3 @@ OUTPUT_DIR := "$(TMPDIR)/rustdoc-themes"
 all:
 	cp $(S)/src/librustdoc/html/static/themes/light.css $(TMPDIR)/test.css
 	$(RUSTDOC) -o $(OUTPUT_DIR) foo.rs --theme $(TMPDIR)/test.css
-	$(HTMLDOCCK) $(OUTPUT_DIR) foo.rs