diff options
| author | msozeau | 2011-02-08 16:24:59 +0000 |
|---|---|---|
| committer | msozeau | 2011-02-08 16:24:59 +0000 |
| commit | 7752ebd0c4932c1ce95383dae10ae56910973085 (patch) | |
| tree | 4e26285e35c9f35a6e4df3e9050128d4048dbd9e /test-suite/bugs | |
| parent | 21da23d5a27a1a85f4c55d487b55ae044fe7c555 (diff) | |
Correct handling of existential variables when multiple different
instances of the lemma are rewritten at once. Cleanup dead code and put
the problematic cases in the test-suite. Also fix some test-suite
scripts.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13813 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite/bugs')
| -rw-r--r-- | test-suite/bugs/closed/shouldsucceed/2393.v | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test-suite/bugs/closed/shouldsucceed/2393.v b/test-suite/bugs/closed/shouldsucceed/2393.v index 6a559e75c3..fb4f92619f 100644 --- a/test-suite/bugs/closed/shouldsucceed/2393.v +++ b/test-suite/bugs/closed/shouldsucceed/2393.v @@ -11,6 +11,3 @@ Program Fixpoint idType (t : T) (n := sizeOf t) (b : vect n) {measure n} : T := match t with | MkT => MkT end. - -Require Import Wf_nat. -Solve Obligations using auto with arith. |
