We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f144795 commit 7c4b79cCopy full SHA for 7c4b79c
src/test/run-make/issue-22131/Makefile
@@ -4,4 +4,4 @@ all: foo.rs
4
$(RUSTC) --cfg 'feature="bar"' --crate-type lib foo.rs
5
$(HOST_RPATH_ENV) '$(RUSTDOC)' --test --cfg 'feature="bar"' \
6
-L $(TMPDIR) foo.rs |\
7
- grep -q 'test foo_0 ... ok'
+ grep -q 'foo.rs - line 11 ... ok'
0 commit comments