diff options
author | Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr> | 2015-05-18 15:29:55 +0200 |
---|---|---|
committer | Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr> | 2015-05-18 16:53:03 +0200 |
commit | 923ce36ed6789718746369847f622b17bb37df2a (patch) | |
tree | 06bfd29ccf33f67c9fffc35d424ad77e8c707941 /test-suite/bugs/opened | |
parent | c3a62d51d13788a650fc13e89a1b6f000ba1f378 (diff) |
Tentative fix for #3461: Anomaly: Uncaught exception Pretype_errors.PretypeError.
Instad of trying to print the exception, we raise it in the tactic monad.
Diffstat (limited to 'test-suite/bugs/opened')
-rw-r--r-- | test-suite/bugs/opened/3461.v | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test-suite/bugs/opened/3461.v b/test-suite/bugs/opened/3461.v deleted file mode 100644 index 1b625e6a1..000000000 --- a/test-suite/bugs/opened/3461.v +++ /dev/null @@ -1,5 +0,0 @@ -Lemma foo (b : bool) : - exists x : nat, x = x. -Proof. -eexists. -Fail eexact (eq_refl b). |