mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-17 01:13:11 +00:00
Add regression test for issue 107094
This commit is contained in:
parent
d535af3625
commit
135e6201fc
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…
Reference in New Issue
Block a user