Skip to content

Commit 7c4b79c

Browse files
Update run-make/issue-22131 to new rustdoc --test format
1 parent f144795 commit 7c4b79c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)