Update run-make/issue-22131 to new rustdoc --test format
This commit is contained in:
parent
f144795058
commit
7c4b79c80a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 'test foo_0 ... ok'
|
||||
grep -q 'foo.rs - line 11 ... ok'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue