aboutsummaryrefslogtreecommitdiff
path: root/test-suite
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2016-09-23 18:35:09 +0200
committerPierre-Marie Pédrot2016-09-23 18:35:09 +0200
commita321074cdd2f9375662c7c9f17be5c045328bd82 (patch)
tree80936ec5824dc0049d1a1f3eabc81616bd29600c /test-suite
parent20d6c289bff303ec1a4cab3a56431989d0e527d2 (diff)
parent464c680b631e1ba892f2171a36002d6ca184bc4f (diff)
Merge branch 'v8.5' into v8.6
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/bugs/closed/5095.v5
1 files changed, 5 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/5095.v b/test-suite/bugs/closed/5095.v
new file mode 100644
index 0000000000..b6f38e3e84
--- /dev/null
+++ b/test-suite/bugs/closed/5095.v
@@ -0,0 +1,5 @@
+(* Checking let-in abstraction *)
+Goal let x := Set in let y := x in True.
+ intros x y.
+ (* There used to have a too strict dependency test there *)
+ set (s := Set) in (value of x).