about summary refs log tree commit diff
path: root/src/test/run-make/rustdoc-negative-impl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-make/rustdoc-negative-impl/Makefile')
-rw-r--r--src/test/run-make/rustdoc-negative-impl/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/run-make/rustdoc-negative-impl/Makefile b/src/test/run-make/rustdoc-negative-impl/Makefile
index 1316ee256e1..c1b1683efdb 100644
--- a/src/test/run-make/rustdoc-negative-impl/Makefile
+++ b/src/test/run-make/rustdoc-negative-impl/Makefile
@@ -3,4 +3,3 @@
 all: foo.rs
 	$(HOST_RPATH_ENV) $(RUSTDOC) -w html -o $(TMPDIR)/doc foo.rs
 	$(HTMLDOCCK) $(TMPDIR)/doc foo.rs
-