Skip to content

Commit 135e620

Browse files
committed
Add regression test for issue 107094
1 parent d535af3 commit 135e620

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/run-make/issue-107094/Makefile

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# needs-git-hash
2+
3+
include ../tools.mk
4+
5+
all:
6+
$(BARE_RUSTC) --version --verbose | $(CGREP) -i -e "commit-hash: [0-9a-f]{40}" "commit-date: [0-9\-]+"
7+
$(BARE_RUSTDOC) --version --verbose | $(CGREP) -i -e "commit-hash: [0-9a-f]{40}" "commit-date: [0-9\-]+"

0 commit comments

Comments
 (0)