diff options
| author | Pierre-Marie Pédrot | 2016-02-21 17:13:26 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2016-02-22 22:28:17 +0100 |
| commit | 33fe6e61ff2f1f8184373ed8fccc403591c4605a (patch) | |
| tree | 4c1e0602138994d92be25ba71d80da4e6f0dece0 /test-suite/bugs | |
| parent | f358d7b4c962f5288ad9ce2dc35802666c882422 (diff) | |
Moving the Tauto tactic to proper Ltac.
This gets rid of brittle code written in ML files through Ltac quotations, and
reduces the dependance of Coq to such a feature. This also fixes the particular
instance of bug #2800, although the underlying issue is still there.
Diffstat (limited to 'test-suite/bugs')
| -rw-r--r-- | test-suite/bugs/closed/2800.v (renamed from test-suite/bugs/opened/2800.v) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/opened/2800.v b/test-suite/bugs/closed/2800.v index c559ab0c17..2ee438934e 100644 --- a/test-suite/bugs/opened/2800.v +++ b/test-suite/bugs/closed/2800.v @@ -1,6 +1,6 @@ Goal False. -Fail intuition +intuition match goal with | |- _ => idtac " foo" end. |
