Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f31968e

Browse files
committedFeb 2, 2017
Update run-make/issue-22131 to new rustdoc --test format
1 parent a54f972 commit f31968e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/test/run-make/issue-22131/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ all: foo.rs
44
$(RUSTC) --cfg 'feature="bar"' --crate-type lib foo.rs
55
$(HOST_RPATH_ENV) '$(RUSTDOC)' --test --cfg 'feature="bar"' \
66
-L $(TMPDIR) foo.rs |\
7-
grep -q 'test foo_0 ... ok'
7+
grep -q 'foo.rs - line 11 ... ok'

0 commit comments

Comments
 (0)
Please sign in to comment.