about summary refs log tree commit diff
path: root/src/test
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2017-02-12 19:16:32 +0100
committerGitHub <noreply@github.com>2017-02-12 19:16:32 +0100
commit461efc734bc3f41c2c3885c1d07e7292a555f2fb (patch)
tree79ff8bde165ecd294c1db2159c63c63b468ddeb6 /src/test
parent74204a0ce70eb8c0d128adc52fdad416d9c3fb86 (diff)
parentc951ed7fb6daa7dff6dfb3e648576488f74ccaee (diff)
Rollup merge of #39743 - GuillaumeGomez:rustdoc-test-output, r=alexcrichton
Add tested item in the rustdoc --test output

r? @alexcrichton

cc @SergioBenitez
Diffstat (limited to 'src/test')
-rw-r--r--src/test/run-make/issue-22131/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-make/issue-22131/Makefile b/src/test/run-make/issue-22131/Makefile
index f65cc9e06a3..64af91b487b 100644
--- a/src/test/run-make/issue-22131/Makefile
+++ b/src/test/run-make/issue-22131/Makefile
@@ -4,4 +4,4 @@ all: foo.rs
 	$(RUSTC) --cfg 'feature="bar"' --crate-type lib foo.rs
 	$(HOST_RPATH_ENV) '$(RUSTDOC)' --test --cfg 'feature="bar"' \
 		-L $(TMPDIR) foo.rs |\
-		grep -q 'foo.rs - line 11 ... ok'
+		grep -q 'foo.rs - foo (line 11) ... ok'