diff options
author | Hugo Herbelin <Hugo.Herbelin@inria.fr> | 2014-11-12 09:33:16 +0100 |
---|---|---|
committer | Hugo Herbelin <Hugo.Herbelin@inria.fr> | 2014-11-13 21:40:37 +0100 |
commit | 014e5ac92a2338f8820be63618c5b0dd631744de (patch) | |
tree | 326438f8a147fe5de2eefd85325a0f3d7e1ec0db /test-suite/success | |
parent | 12b9f0268182faf9eea4bb3d8b31242316454025 (diff) |
Removing yet another source of remaining local definitions.
Diffstat (limited to 'test-suite/success')
-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 f5848ffe0..2aa07cde1 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 := |