diff options
| author | Hugo Herbelin | 2014-11-12 09:33:16 +0100 |
|---|---|---|
| committer | Hugo Herbelin | 2014-11-13 21:40:37 +0100 |
| commit | 014e5ac92a2338f8820be63618c5b0dd631744de (patch) | |
| tree | 326438f8a147fe5de2eefd85325a0f3d7e1ec0db /test-suite | |
| parent | 12b9f0268182faf9eea4bb3d8b31242316454025 (diff) | |
Removing yet another source of remaining local definitions.
Diffstat (limited to 'test-suite')
| -rw-r--r-- | test-suite/success/destruct.v | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test-suite/success/destruct.v b/test-suite/success/destruct.v index f5848ffe0e..2aa07cde1b 100644 --- a/test-suite/success/destruct.v +++ b/test-suite/success/destruct.v @@ -393,6 +393,10 @@ intros * Heq H Heq'. destruct H. Abort. +Goal 2=1 -> 1=0. +intro H. destruct H. +Fail (match goal with n:nat |- _ => unfold n end). (* Check that no let-in remains *) + (* Check clearing of names *) Inductive eqnat (x : nat) : nat -> Prop := |
