aboutsummaryrefslogtreecommitdiff
path: root/test-suite
diff options
context:
space:
mode:
authormsozeau2011-10-18 09:33:55 +0000
committermsozeau2011-10-18 09:33:55 +0000
commitbd1681bdb5830333515de304a72943cb93c09baf (patch)
treecb75a046496a7cb3b9898905aa2d72f9775ea0a2 /test-suite
parent5db85932d5d1f78892f1022d7676338768922c6e (diff)
Fix bug #2586 and enhance clsubst* as well as a side effect
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14570 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/bugs/closed/shouldfail/2586.v5
1 files changed, 5 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/shouldfail/2586.v b/test-suite/bugs/closed/shouldfail/2586.v
new file mode 100644
index 0000000000..6111a6415f
--- /dev/null
+++ b/test-suite/bugs/closed/shouldfail/2586.v
@@ -0,0 +1,5 @@
+Require Import Setoid SetoidClass Program.
+
+Goal forall `(Setoid nat) x y, x == y -> S x == S y.
+ intros.
+ clsubst H0. \ No newline at end of file