aboutsummaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2014-09-04 14:16:01 +0200
committerPierre-Marie Pédrot2014-09-04 14:16:01 +0200
commitc9d9e0ffa4bd3efb9366726f3c78374d71f87b8b (patch)
tree3c86003ea57cb2bda12d3c6c4b9b605b4ed20205 /test-suite/bugs/closed
parent1b995f87ea992092acc7990039b343f5afacd296 (diff)
Status error for bug #3459.
Diffstat (limited to 'test-suite/bugs/closed')
-rw-r--r--test-suite/bugs/closed/3459.v9
1 files changed, 0 insertions, 9 deletions
diff --git a/test-suite/bugs/closed/3459.v b/test-suite/bugs/closed/3459.v
deleted file mode 100644
index db42d96053..0000000000
--- a/test-suite/bugs/closed/3459.v
+++ /dev/null
@@ -1,9 +0,0 @@
-Goal 1 = 2.
-Proof.
-match goal with
- | [ |- context G[2] ] => let y := constr:(fun x => $(let r := constr:(@eq Set x x) in
- clear x;
- exact r)$) in
- pose y
-end.
-Abort.