diff options
author | Matthieu Sozeau <mattam@mattam.org> | 2018-06-14 11:48:49 +0200 |
---|---|---|
committer | Matthieu Sozeau <mattam@mattam.org> | 2018-06-14 11:48:49 +0200 |
commit | b5569f511338ebdc7d1053b25500acbffa3e3a40 (patch) | |
tree | 6cc5d6c970f9cd8f38152e5c4aa4e1cbd2362fbb /dev/ci/user-overlays | |
parent | e40e2e7bb250686836693911717d7acfee72ba81 (diff) | |
parent | f1eac254c130af383587455876b4000fe0cdf957 (diff) |
Merge PR #664: Fixing #5500 (missing test in return clause of match leading to anomaly)
Diffstat (limited to 'dev/ci/user-overlays')
-rw-r--r-- | dev/ci/user-overlays/00664-herbelin-master+change-for-coq-pr664-compatibility.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/00664-herbelin-master+change-for-coq-pr664-compatibility.sh b/dev/ci/user-overlays/00664-herbelin-master+change-for-coq-pr664-compatibility.sh new file mode 100644 index 000000000..9d96b6d4c --- /dev/null +++ b/dev/ci/user-overlays/00664-herbelin-master+change-for-coq-pr664-compatibility.sh @@ -0,0 +1,4 @@ + if [ "$CI_PULL_REQUEST" = "664" ] || [ "$CI_BRANCH" = "trunk+fix-5500-too-weak-test-return-clause" ]; then + fiat_parsers_CI_BRANCH=master+change-for-coq-pr664-compatibility + fiat_parsers_CI_GITURL=https://github.com/herbelin/fiat +fi |