Add regression test for issue 107094
This commit is contained in:
parent
d535af3625
commit
135e6201fc
1 changed files with 7 additions and 0 deletions
7
tests/run-make/issue-107094/Makefile
Executable file
7
tests/run-make/issue-107094/Makefile
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
# needs-git-hash
|
||||
|
||||
include ../tools.mk
|
||||
|
||||
all:
|
||||
$(BARE_RUSTC) --version --verbose | $(CGREP) -i -e "commit-hash: [0-9a-f]{40}" "commit-date: [0-9\-]+"
|
||||
$(BARE_RUSTDOC) --version --verbose | $(CGREP) -i -e "commit-hash: [0-9a-f]{40}" "commit-date: [0-9\-]+"
|
||||
Loading…
Add table
Add a link
Reference in a new issue