diff options
| author | Emilio Jesus Gallego Arias | 2018-05-17 18:28:42 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2018-05-17 18:28:42 +0200 |
| commit | 5281317cb558f2b9aa6f854b9c7aeb617beba8e6 (patch) | |
| tree | 49b5ee04830560ff74a3a27c7add6000e28c0980 /test-suite/success/Inversion.v | |
| parent | b0cf6c4042ed8e91c6f7081a6f0c4b83ec9407c2 (diff) | |
| parent | c9b4073104385f6079f260c5183bb3a6a989b7d9 (diff) | |
Merge PR #7451: Introduce an option to allow nested lemma, and turn it off by default.
Diffstat (limited to 'test-suite/success/Inversion.v')
| -rw-r--r-- | test-suite/success/Inversion.v | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test-suite/success/Inversion.v b/test-suite/success/Inversion.v index ca8da39482..ee540d7109 100644 --- a/test-suite/success/Inversion.v +++ b/test-suite/success/Inversion.v @@ -107,6 +107,7 @@ Goal forall o, foo2 o -> 0 = 1. intros. eapply trans_eq. inversion H. +Abort. (* Check that the part of "injection" that is called by "inversion" does the same number of intros as the number of equations @@ -136,6 +137,7 @@ Goal True -> True. intro. Fail inversion H using False. Fail inversion foo using True_ind. +Abort. (* Was failing at some time between 7 and 10 September 2014 *) (* even though, it is not clear that the resulting context is interesting *) |
