aboutsummaryrefslogtreecommitdiff
path: root/test-suite
diff options
context:
space:
mode:
authorHugo Herbelin2016-09-22 11:14:37 +0200
committerHugo Herbelin2016-09-22 11:17:13 +0200
commit464c680b631e1ba892f2171a36002d6ca184bc4f (patch)
tree0f046047aa0e14509e1a8b7d99e832816707a0a5 /test-suite
parentda708e759a1518bf4304e3d0edd725ed4176941f (diff)
Fixing #5095 (non relevant too strict test in let-in abstraction).
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).